Hello,

Let's assume I have this big list of item, 250 records are going to be display.

I have search.jsp that asks in a FORM the search criteria, then, based on the parameters, search.do is execute, and, let's say the first 25 items are shown, then, the next 25 (from 25 to 50) are shown and so on.

Questions (all of them are related):

1. How can I coordinate this per basis display of items between the searchResults.jsp (search.do success to that file) and the action ?

2. In search.do action, how can I know the offset to display?

3. How searchResults.jsp keeps the offset between consecutive displays and how does it resend it to the action ?

A simple code in JSP, html and STRUTS will be very kind.

Best regards,

---
Fabio Andr?s Miranda
Ingenier?a en sistemas inform?ticos
Universidad Latina - Costa Rica
http://ns.isi.ulatina.ac.cr/~fabmirha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to