JSP and Not Facelets

View: New views
2 Messages — Rating Filter:   Alert me  

JSP and Not Facelets

by bansi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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


Re: JSP and Not Facelets

by Lincoln Baxter III :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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