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

Page Navigation in Struts

2005-03-10 Thread M Murali
Does any one know, how the navigation can be done. I just want to have a dynamic pages generation depending on number of rows in recordset , Pave Prev --- Page Next Is there any good sample how this can be implemented or any jar files Thanks _

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.

Page Navigation in Struts

2004-10-06 Thread Shabada, Gnaneshwer
Hello All, I am planning to implement a Page Navigation functionality to navigate through search results in my project. I read about ValueListHandler pattern and thought that would be the best approach. But am not sure if Struts has any inbuilt navigation functionality or if I can adopt any other