How to delete rows from View Object which has not yet commited to DB
Hi,
I have an two VO's(where one VO is having rows, other VO is having null rows) in JSF page, where programmatically entering rows from one VO to another VO successfully.
Now my qstn is, how can we delete the selected multi-rows in second VO, programmatically that to before commit....?
Regards.