Hi,
Here is the method to use iterator in ADF Applications.
1)To get iterator object populated with the view rows
RowsetIterator itr=view.createRowsetIterator(null);
its.next();
Here is the method to use iterator in ADF Applications.
1)To get iterator object populated with the view rows
*dont use view.getIterator
2)To iterate within the iterator
itr.hasNext();its.next();
If you have any questions regarding this or in ADF. I will be happy if i can help. :)
No comments:
Post a Comment