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
. -Original Message- From: makarand sonawane [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 3:13 PM To: user@struts.apache.org Subject: How to use displayTag Hi, I am looking for Tag implementation for Table which can be configured for external sorting and pagination. Which also support

How to use displayTag

2006-04-28 Thread makarand sonawane
Hi, I am looking for Tag implementation for Table which can be configured for external sorting and pagination. Which also support Struts( on sorting or Pagination invokes Struts Action). I have came accross displaytag opensource of sourceforge, but they lack clear documentation. It was also n