Re: Page Navigation in Struts

2005-03-10 Thread Matt Raible
M Murali wrote: Thank you very much. I am confused, Is there any way I can use the taglibs with out using table tag. I already have a table designed, some columns have check boxes,some have edit boxes ..etc. I don't want to change the table display. Just needed some thing which suports paging wi

Re: Page Navigation in Struts

2005-03-10 Thread M Murali
Thank you very much. I am confused, Is there any way I can use the taglibs with out using table tag. I already have a table designed, some columns have check boxes,some have edit boxes ..etc. I don't want to change the table display. Just needed some thing which suports paging with out effecting

Re: Page Navigation in Struts

2005-03-10 Thread Matt Raible
You're in luck! There's a number of tag libraries to simplify this: http://displaytag.sf.net http://valuelist.sf.net http://jakarta.apache.org/taglibs/sandbox/doc/datagrid-doc/intro.html Demos: http://raibledesigns.com/page/rd?anchor=there_s_a_new_sorting Matt On Mar 10, 2005, at 5:22 PM, M Murali

Re: Page Navigation in Struts

2004-10-06 Thread brenmcguire
Found on SourceForge: http://valuelist.sourceforge.net/ It has nothing to do with Struts, it is usable in simple JSP pages. Ciao Antonio Petrelli Shabada, Gnaneshwer wrote: >Hello All, > >I am planning to implement a Page Navigation functionality to navigate >through search results in my project.