Re: How to use displayTag

2006-05-02 Thread Lixin Chu
check the latest display tag (i think 1.1 or 1.2), it does support pagination though. there is also a AjaxTag which enables a AJAX displaytag. On 4/30/06, H. Kerem Cevahir <[EMAIL PROTECTED]> wrote: Hi, display:table tag works on beans( or lists) which are kept in one of scopes. You can se

Re: How to use displayTag

2006-04-30 Thread H. Kerem Cevahir
Hi, display:table tag works on beans( or lists) which are kept in one of scopes. You can send your data bean to jsp by implementing your forward-like action, just takes data, puts it in a scope and forwards to jsp page. Then, limit access to jsp page, and update your links to your new forward-

RE: How to use displayTag

2006-04-28 Thread Chaudhary, Harsh
I am also looking for a pagination solution. And you are right, the documentation for DisplayTag is not exactly up to the mark. Another thing I found was it has some issues with its design. That is, by default, it gets the entire object returned from a query and populates a list with it. Now, if yo