Re: Table Grid in struts2

2008-11-24 Thread Sergio Sánchez González
Take a look to this article: http://www.javaworld.com/javaworld/jw-08-2007/jw-08-ajaxtables.html?page=4 Sergio 2008/11/21 Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>: > There are several tag libraries and components that can handle this. > Personally, I have used displaytag [1] earlier for this r

Re: Table Grid in struts2

2008-11-21 Thread Nils-Helge Garli Hegvik
There are several tag libraries and components that can handle this. Personally, I have used displaytag [1] earlier for this requirement. You could also try google: http://www.google.com/search?q=struts2+paging Nils-H [1] - http://displaytag.sourceforge.net/ On Fri, Nov 21, 2008 at 2:32 PM, Raj

Table Grid in struts2

2008-11-21 Thread Rajil
Hi. I need to display around 50,000 records in a page. I need grid for that, that have paging, sorting etc. functionality. Where I can display some of records at a time and if required (on next click) I retrieve next page records and display to the use. Can anybody suggest better solut