RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Thomas CORNET
Hello Do you need this sequence to be full JSP ?? Because JavaScript librairies exist to let you directly sort tables. Thus, no page reload is needed. Thomas At 11:39 15/01/2003 +, you wrote: -Original Message- From: Jason Yam [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003

RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Jacob Hookom
What?! Do you have a link?? :-) | -Original Message- | From: Thomas CORNET [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, January 15, 2003 7:39 AM | To: Struts Users Mailing List | Subject: RE: How to let a user click a column header to sort data in a tab | le u sing struts? | | | Hello

Re: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Gemes Tibor
2003. január 15. 14:39 dátummal Thomas CORNET ezt írtad: Hello Do you need this sequence to be full JSP ?? Because JavaScript librairies exist to let you directly sort tables. Thus, no page reload is needed. Sounds interesting! Is it running on the popular browsers? Where can I get this?

Re: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Thomas CORNET
Isn't it ? This is a friend of mine who has coded it, and it's working well. Check out the attachement. Thomas At 14:40 15/01/2003 +0100, you wrote: 2003. január 15. 14:39 dátummal Thomas CORNET ezt írtad: Hello Do you need this sequence to be full JSP ?? Because JavaScript librairies

Re: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Gemes Tibor
2003. január 15. 14:54 dátummal Thomas CORNET ezt írtad: Isn't it ? This is a friend of mine who has coded it, and it's working well. Check out the attachement. WOW! This works like a charm (thou I need some polishing on date handling). Is this copyrighted under public domain? Tib -- To

RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Jacob Hookom
BOMBZ!! That's really cool. It works in Mozilla too FYI. -Jacob | -Original Message- | From: Thomas CORNET [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, January 15, 2003 7:55 AM | To: Struts Users Mailing List | Subject: Re: How to let a user click a column header to sort data in a tab

Re: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Thomas CORNET
You can use/modify it as you wish. Anyway, you'll have to modify it to update the style (colors, font) for your application... Thomas At 15:09 15/01/2003 +0100, you wrote: 2003. január 15. 14:54 dátummal Thomas CORNET ezt írtad: Isn't it ? This is a friend of mine who has coded it, and it's

Re: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Gemes Tibor
2003. január 15. 15:29 dátummal Thomas CORNET ezt írtad: You can use/modify it as you wish. Anyway, you'll have to modify it to update the style (colors, font) for your application... I tested it on a few browsers: It does work on mozilla, IE, but not on Opera 6.0. It works on konqueror 3.0.4,

RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Jose Ramon Diaz
It´s fantastic!! Is it free to use? -Mensaje original- De: Gemes Tibor [mailto:[EMAIL PROTECTED]] Enviado el: 15 de enero de 03 15:10 Para: Struts Users Mailing List Asunto: Re: How to let a user click a column header to sort data in a tab le u sing struts? 2003. január 15. 14:54

RE: How to let a user click a column header to sort data in a tab le u sing struts?

2003-01-15 Thread Heligon Sandra
That seems indeed very simple but I will know if somebody uses it with the Tiles components. Because with these components we do not write with the hand JSP pages and more particularly the tag body attached to each page. The page is build with the content of the file tiles-def.xml. Moreover I