RE: Best tag to display table

2003-02-14 Thread Heligon Sandra
!! -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 17:54 To: 'Struts Users Mailing List' Subject: RE: Best tag to display table I believe the display tag only supports Lists at this point - Collection support is upcoming. Matt -Original Message

RE: Best tag to display table

2003-02-14 Thread Heligon Sandra
: '[EMAIL PROTECTED]' Subject: RE: Best tag to display table Importance: High I tried to use a List instead of a Collection: JSP page: display:table border=0 pagesize=3 cellspacing=0 cellpadding=0 list=employees scope=session display:column property=id title=ID / display:column

RE: Best tag to display table

2003-02-13 Thread Jerome Jacobsen
AFAIK the display tag is the best choice. With JSTL you'd have to build in the paging and sorting yourself. If you can wait until the next release of display taglib (now at sourceforge) I would strongly recommend that. There are some key bug fixes in the next release. -Original

RE: Best tag to display table

2003-02-13 Thread Raible, Matt
The display tag library hasn't had any active development in a while, but we've recently started development on it again (http://sf.net/projects/displaytag). It currently supports: - paging - sorting - multi check-box (via Decorators) - rendering conditional color rows internationalization is

RE: Best tag to display table

2003-02-13 Thread Heligon Sandra
: http://www.thomson.net/videochain . Do you know when the next relase of display tag will be available ? -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 17:21 To: Struts Users Mailing List Subject: RE: Best tag to display table AFAIK the display

Re: Best tag to display table

2003-02-13 Thread Bradley G Smith
For your information, Ed Hill has graciously allowed a small team of interested developers to take over maintenance and update of the displaytag code. The team is in the process of collating patches and updates Ed has on hand as well as a few other tag libraries that extended the original

RE: Best tag to display table

2003-02-13 Thread Raible, Matt
I believe the display tag only supports Lists at this point - Collection support is upcoming. Matt -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:31 AM To: 'Struts Users Mailing List' Subject: RE: Best tag to display table

RE: Best tag to display table

2003-02-13 Thread Heligon Sandra
, Matt [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 17:54 To: 'Struts Users Mailing List' Subject: RE: Best tag to display table I believe the display tag only supports Lists at this point - Collection support is upcoming. Matt -Original Message- From: Heligon Sandra [mailto:[EMAIL

RE: Best tag to display table

2003-02-13 Thread Raible, Matt
I agree, but you might try changing Collection to List in your code below. -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 10:38 AM To: 'Struts Users Mailing List' Subject: RE: Best tag to display table The ArrayList