Re: For sorting columns on user side with records

2004-10-20 Thread Zoran Avtarovski
Have a look at the displaytag taglib - displaytag.sourceforge.net. It provides sorting + a whole lot more. And it's struts friendly to boot. Z. >   > hi , > suppose i am using struts based app while showing data in various columns and > i wish to give user the choice to sort the column based on

Re: For sorting columns on user side with records

2004-10-20 Thread Frank W. Zammetti
g some really contrived JavaScript ... Good luck with your search. Eddie - Original Message - From: "nitin t" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 2004 2:13 AM Subject: For sorting columns on use

Re: For sorting columns on user side with records

2004-10-20 Thread Eddie Bush
olutions that I can think of involve writing some really contrived JavaScript ... Good luck with your search. Eddie - Original Message - From: "nitin t" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 20

Re: For sorting columns on user side with records

2004-10-20 Thread Jeff Beal
There are quite a few third-party widgets for doing this. Just do a Google search for "html table widget" or "javascript table widget" and look for one that works. In particular, the Jaffa project (jaffa.sourceforge.net) has a pretty slick looking table widget that is designed to work well wi

Re: For sorting columns on user side with records

2004-10-20 Thread Matt Bathje
Here is another solution that is more generic (you don't have to hard code data into arrays) and I know works in at least IE6 and FireFox/Mozilla. Not my work, I just like it a lot :) http://www.kryogenix.org/code/browser/sorttable/ Matt [EMAIL PROTECTED] wrote: Nothing exists in the taglibs or

Re: For sorting columns on user side with records

2004-10-20 Thread fzlists
Nothing exists in the taglibs or Struts itself to do this as far as I know, so you'll have to roll your own. I have done this in a number of applications, so I'll save you some time... I do not know how cross-browser this is, most of my work is IE-only (not using much IE-only functionality, but

For sorting columns on user side with records

2004-10-20 Thread nitin t
  hi , suppose i am using struts based app while showing data in various columns and i wish to give user the choice to sort the column based on his choice does there is a support in struts html tags or other validator javascript generator so that this feature can be performed like we previousl