Hello there,
 
I've got a <s:url> parameter, rendered by <s:param> tag, that needs to be 
escaped of "+" character, because I can't get my action to work properly (I 
receive a space character instead of that "+" character). I guess I need to 
escape that character using HTML escape codes, but I don't know if Struts 
allows a way for doing it automatically (I'm in web development only for 1 
month). 
 
Do I need to implement a "manual" escaping using something like 
java.net.URLEncoder.encode() in the prepare() method? I noticed there's an 
option in <s:url> tag, but it only escapes "&" characters.
 
Thanks in advance.
--
The information transmitted is intended for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the intended 
recipient is prohibited. If you received this in error, please contact the 
sender and delete the material from any computer.

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

Reply via email to