Bookmarking:
http://ocpsoft.com/prettyfaces
Iterating over lists in JSP:
search google for JSTL c:forEach
On Fri, 2009-01-23 at 15:51 -0800, Bansilal Haudakari wrote:
I am doing work-around solution for Bookmarking as JSF provides only POST request . So i ended up using Servlets/JSP to support bookmarking and it works now.
I would like to further modify/enhance the solution i have and its long time i worked with JSP/Servlets, wondering if its possible in jsp to iterate through searchList as we do it in JSF dataTable. With my servlet returning the searchList just like the backing bean method
Any pointers/suggestions/example will be greatly appreciated
Regards
Bansi