Re: parameter value is not coming correct with html:link

2006-09-20 Thread Nuwan Chandrasoma
Hi, Try setting the attribue useLocalEncoding of to true or false. sometimes it would help. Thanks, Nuwan - Original Message - From: "Venkata Phani Kumar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, September 21, 2006 5:14 AM Subject: parameter value is not

Re: parameter value is not coming correct with html:link

2006-09-20 Thread Chris Pratt
That's a standard URLEncoding conversion. There are very few non-alphanumeric characters that are allowed in a URL and that's the properly encoded URL. If you use it as is and check the value of the email parameter (with request.getParameter("email")) in the action mapped to edituser.do, you sho