You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Mykola Ostapchuk <my...@sympatico.ca> on 2003/07/01 18:44:54 UTC

RsIterator question

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