We have a struts2 multilingual web app that requires request parameters be
encoded as Unicode (UTF-8).

In order to get the POST parameters to work we had to implement a character
encoding filter to encode all HTML parameters as UTF-8.

I'd like to know if it's possible to do the encoding via S2 and avoid the
use of another filter. We'e set the struts.i18n.encoding property to UTF-8
and I don't know what else to do.

As always I'd appreciate any suggestions you guys might have.

Z.
 


Reply via email to