hi, I am trying to display some hyper links which links to same action called 'edituser.do'. adding to that i have pass the user email id as parameters. To achieve that i am using following code. <html:link action="/edituser.do" paramId="email" paramName="emp" paramProperty="email">
every thing is fine but the link is looking like this /edituser.do?email=mail%40mail.com Infact i am getting email value from db and displaying here. i am not getting how come it converting '@' symbol to '%40'. could any body help. thanks in advance Regards, Venkata Phanikumar. G