(forwarding to struts list)

-----Original Message-----
From: Edgar Dollin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 11 March 2003 20:40
To: '[EMAIL PROTECTED]'
Subject: RE: [Q] how to Sort on JSP without calling server side?


Matt Kruse has a set of javascript you can use for sorting
http://www.mattkruse.com.  It gets sluggish with large tables but is fine
with smaller record sizes.

Edgar

> -----Original Message-----
> From: Andrew Hill [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 11, 2003 12:12 AM
> To: 'Struts Users Mailing List'
> Subject: RE: [Q] how to Sort on JSP without calling server side?
> 
> 
> JSP Tags - including the tags suppolied with struts - are 
> executed on the server side. ...however those tags may render 
> javascript to the response - javascript is of course executed 
> on the client side. You might be able to find a tag that 
> renders some javascript that sorts something. You might not. 
> Kinda depends what it is you are sorting doesnt it?
> 
> -----Original Message-----
> From: Dan Allen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 11 March 2003 12:56
> To: Struts Users Mailing List
> Subject: Re: [Q] how to Sort on JSP without calling server side?
> 
> 
> Maybe OT, but is there a way to sort with JSP tags, or struts tags?
> 
> Dan
> 
> --
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> Daniel Allen, <[EMAIL PROTECTED]> http://www.mojavelinux.com/
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> "If you still don't like it, that's ok: that's why I'm boss. 
> I simply know better than you do."
>  -- Linus Torvalds
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to