Display a list of items in multiples HTML files but within one JSP and action

2006-12-20 Thread Fabio Miranda Hamburger
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

struts action servlet interaction with jsp files

2006-12-09 Thread Fabio Miranda Hamburger
Hello, I am migrating some PHP application to struts to take advantage of MVC. Check this situation: I have a struts action in fooBarStrutsAction.java. After a request, this action perform a database transaction and arrange the final result in an array. Now I want to display this array in a