Hello,

I'm using  broker.getIteratorByQuery(query);  to return Iterator of all
Users in DB.
Then I pass this Iterator to JSP page (or Struts <logic:iterate tag) - and
as the result it displays nothing.
I'm not sure it's the problem with OJB, but - if I pass to JSP page
Iterator, created from a Collection - it works OK.
Maybe OJB's Iterator - RsIterator doesn't work this way?

By the way - is using broker.getIteratorByQuery() the best way to deal with
displaying big DB tables?


Regards,
Mykola Ostapchuk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to