Vishal Rohilla wrote: > Hi, > > Do we have a way to mantain the status of the Checkboxes selected on the > different pages while navigating through pagination in displayTag?
No. Displaytag in no way manages any input controls you might place on the table. It's my strong opinion that you really shouldn't do this anyways. Look in the mailing list archive for a solution to do this with an accumulation table. > In my case I need to store the rows the user selected on each page while > navgating on the table result by pagination. But it seems when we navigate > through pagination links displaytag doesnot store the rows selected in the > last page. That's correct, since displaytag does not process any kind of form input. You could certainly process the incoming form data and cache the selected checkboxes, then reprocess in the table code when redisplaying. But from a UI perspective, it's not a good idea. Again, read the archives, I've written most of a dissertation on precisely this topic before :) -- Rick Herrick [EMAIL PROTECTED] Proud member of the reality-based community Never try to discourage thinking for you are sure to succeed.--Bertrand Russell ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user