RE: How to let a user click a column header to sort data in a table using struts?

2003-01-15 Thread Heligon Sandra
I seek to use the tag display:table with an aim of offering the sorting by column header. I would wish to know if there is no disavantage to use display:table rather than basic tag HTML. In the display library examples JSP source combine table tag and display:table tag. Why doesn't one use

RE: How to let a user click a column header to sort data in a table using struts?

2003-01-15 Thread Jacob Hookom
!--- DISPLAY TAG --- display:table width=100% name=list display=1 decorator=some_class display:column property=id title=ID decorator= some_class / display:column property=name decorator= some_class / display:column property=type decorator= some_class / /display:table I've listed the

RE: How to let a user click a column header to sort data in a table using struts?

2003-01-14 Thread Jacob Hookom
You might want to check out the display tag. Google display tag it comes with many sorting features including grouping | -Original Message- | From: Jason Yam [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, January 15, 2003 12:52 AM | To: Struts Users Mailing List | Subject: How to let a

Re: How to let a user click a column header to sort data in a table using struts?

2003-01-14 Thread Dan Tran
http://edhill.its.uiowa.edu/display-0.8/ this does it for you in one click -D - Original Message - From: Jason Yam [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 10:51 PM Subject: How to let a user click a column header to sort data in a