Dariusz,
Thanks for your help - this works. The filter approach is very convenient (you
don't even need to cast the request to a HttpServletRequest) and now all
special characters are submitted correctly!
Cheers,
Thorsten
-
To
It is not problem of Struts or form properties but the encoding of the
parameters.
You may check what is the encoding used to get params from request:
request.getCharacterEncoding()
and chect if it matches your needs and/or the way that characters are
coded by the browser.
If you want to have
2 matches
Mail list logo