JSTL Table navigator 2005-10-26 - By Dani Pardo
Back Hi all. I'd like to discuss with the members of the list how to implement a table navigator with JSTL. Suggestions/comments welcome. Let's see if we can do it:
Let's imagine we have a List of Beans that should be rendered on a jsp. Instead of just drawing a biiig table with a simple <c:forEach>, we want to do it nice, using a table navigator similar to the results returned by Google, where you can jump across several pages:
-- ---- ---- ---- ------ screenshot -- ---- ---- --- navigator hlinks----> < 1 2 3 4 >
line1 line2 . . line10 -- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
1st Approach (Being lazy): Has anyone done something similiar already? :)
-- Dani Pardo, dani@(protected) Enplater S.A
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
|
|