RE: Pagination using Struts library

2011-05-19 Thread Jason Pyeron
> -Original Message- > From: Pankaj Gupta [mailto:pankaj.hug...@gmail.com] > Sent: Thursday, May 19, 2011 10:12 > To: Struts Users Mailing List > Subject: Re: Pagination using Struts library > > Hi Dave, > > Just need quick help. > Is display tag supp

Re: Pagination using Struts library

2011-05-19 Thread Pankaj Gupta
Hi Dave, Just need quick help. Is display tag supported for struts1.2. Thanks, Pankaj On Wed, May 11, 2011 at 5:36 PM, Dave Newton wrote: > There isn't any; Struts is largely front-end neutral. Check the jQuery > plugin, otherwise your best bet is to use any of the myriad pagination > libs.

Re: Pagination using Struts library

2011-05-19 Thread arin_12
Recently when I tried the jQuery Grid from the website it is not able to edit the grid. Seems like there is some problem. I have posted the same in the forum. Dont know it has been fixed or not. Try this below url. http://www.weinfreund.de/struts2-jquery-grid-showcase/index.action -- View this

Re: Pagination using Struts library

2011-05-18 Thread Zoran Avtarovski
You'll need to make some mods for displaytag to work with S2. 1. You'll need to add an acceptableParameterName method to your classes, we just add it to our base class. 2. You have to add the Displaytag responseOverrideFilter to your web.xml for the export to work Having said all that, we are mov

Re: Pagination using Struts library

2011-05-13 Thread Emi Lu
displaytag1.2 + struts2 + tiles works good for me. displaytag is a very good tool for pagination. http://www.displaytag.org/1.2/ Another paging feature I found just recently is: DataTables http://www.datatables.net/index The online doc shows good features, but I have not done production ap

Re: Pagination using Struts library

2011-05-13 Thread Emi Lu
displaytag1.2 + struts2 + tiles works good for me. displaytag is a very good tool for pagination. http://www.displaytag.org/1.2/ Emi On 05/11/2011 07:47 AM, Pankaj Gupta wrote: Hi, But I am looking for Pagination in Struts framework specifically. Thanks, Pankaj On Wed, May 11, 2011 a

Re: Pagination using Struts library

2011-05-13 Thread Dave Newton
On Fri, May 13, 2011 at 10:04 AM, Miguel wrote: > Speaking of which, Dave, have you used displaytag recently? I've never used it at all. > This is due to the fact that displaytag's export url is > Someaction.action?6578706f7274=1&d-16533-e=5 and 6578706f7274 doesn't > seem to be valid on recent v

Re: Pagination using Struts library

2011-05-13 Thread Miguel
Speaking of which, Dave, have you used displaytag recently? It seems to have been abandoned. It's good for regular usage, but as time goes by we start having some problems. For example, with the export options (displaytag can export to excel, pdf, etc automatically) we see a ognl WARN: WARN [Co

Re: Pagination using Struts library

2011-05-11 Thread Amol Ghotankar
You have struts 2 jquery plugin for grid and full hibernate support plugin to do pagination. With Best Regards, Amol Ghotankar Technical Lead Cursive Technologies Pvt. Ltd. www.cursivetech.com

Re: Pagination using Struts library

2011-05-11 Thread Dave Newton
There isn't any; Struts is largely front-end neutral. Check the jQuery plugin, otherwise your best bet is to use any of the myriad pagination libs. DisplayTag is open-source, BTW. Dave On May 11, 2011 7:48 AM, "Pankaj Gupta" wrote: > Hi, > > But I am looking for Pagination in Struts framework s

Re: Pagination using Struts library

2011-05-11 Thread Pankaj Gupta
Hi, But I am looking for Pagination in Struts framework specifically. Thanks, Pankaj On Wed, May 11, 2011 at 3:51 PM, Kushan Jayathilake wrote: > Well.. if you are going with JSF, there are tags with pagination support > builtin. > you just need to pass the collection and the page size for

Re: Pagination using Struts library

2011-05-11 Thread Kushan Jayathilake
Well.. if you are going with JSF, there are tags with pagination support builtin. you just need to pass the collection and the page size for that On Wed, May 11, 2011 at 3:25 PM, Pankaj Gupta wrote: > Hi All, > > Is there any way Jaakata /SUN library or any api in struts which can be > used > to