Re: query parameters

2006-03-08 Thread Madhav Bhargava
Yup i realised that as soon as sent this mail. Thanks for the reply. On 3/7/06, David Delbecq <[EMAIL PROTECTED]> wrote: > > Encoding and decoding of query parameters is the job of container > (tomcat, jboss, websphere, what ever you are using). The only struts > related exception is for multipart

Re: query parameters

2006-03-07 Thread David Delbecq
Encoding and decoding of query parameters is the job of container (tomcat, jboss, websphere, what ever you are using). The only struts related exception is for multipart/form-data (used for file uploads). There it's common-fileupload library which does the decoding. Why would you want to do the dec