VO Rowount returns 2, but while(vo.hasNext()) iterates only for 1 Row
Hi
I am facing a weird issue.
I have an EO based VO, with an expert mode query getting data from other tables as well.
After executing the query, I printed the row count and it gives 2 rows.
When I tried to iterate the vo rows, only one row is getting iterated. (while(vo.hasNext()).
I am doing all this in an AM method included in the client Interface.
I am calling this method binding from my ADF jspx page on a button click.
I found this issue in a couple of places in my application.
I might have missed something or done something wrong, but I am not able to figure it out.
Can you please tell me if there is a way I can know the reason why it is happening like that.
JDeveloper : 11g (11.1.1.3.0)
Model : BC4J
View : ADF
Thanks for any help.
Regards
Sameer