Ignacio de Córdoba wrote:
Hi there, I am trying to generate a URL with s:url and s:param so that parameters are encoded in URL. Special characters are not processed ok. (The struts action works fine as I have posted that same URL data with a form encoded in UTF-8 and they are decoded fine in my java code) I've tried doing <s:param><s:property ... escape="true"/><s:param> but no luck. Chars are escaped but not encoded UTF-8. Any ideas if this is possible?
Appservers usually need some config to process UTF-8 URLs (you need that when using GET, e.g. links), see for example
http://confluence.atlassian.com/display/DOC/Application+Server+URL+encoding Cheers, Manos --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org