I just migrated my application from ISO8859-1 to UTF-8.
I have a problem with encoding of parameters. There is an error passing a parameter from xwork to an action using redirect:
...
<result name="returnFind" type="redirect"><![CDATA[list.action?name=${name}&page=${page}]]>& lt;/result>
...

If the parameter name has an special character (such as José), in the action it comes with invalid characters (Jos?).

Any idea?

--
Francisco Barroso
Desenvolvedor
Fortes Informática (Fortaleza)
Fone: (85) 4005.1111 - Cel: (85) 8843.8309
franciscobarr...@grupofortes.com.br
www.fortesinformatica.com.br


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to