Since I use hibernate with my struts, in my service class I added the following:

query.setFirstResult(pageStart);
query.setMaxResults(pageSize);

works great for paging through the records.

Lee

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

Reply via email to