Did you set any special encoding using JSP tags in 1.9.3? Code wise, there shouldn't be a whole lot different between 1.9.x and 2.0. If you're getting this issue with Jetty, you might try deploying your WAR to Tomcat and see if it happens there as well.
Matt On 2/23/07, ros <[EMAIL PROTECTED]> wrote:
Hi! I have one form post in windows-1257 and I can not read locale specific characters in request parameters. <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=windows-1257"> </HEAD> <form name="testForm" action="http://localhost:8080/myStruts2Action.html" method="post"> <input type="hidden" name="AAA" value="L-&#315;"> <input type='submit' value="submit"> </form> </BODY> </HTML> the request field AAA should be L-Ļ. but it is L-? In AppFuse 1.9.3 I was able to read parameter at least with conversion: new String( param.getBytes("ISO-8859-1"), "windows-1257" ) How to read request parameter in windows-1257 encoding in appfuse 2+struts2? Thanks! -- View this message in context: http://www.nabble.com/How-to-read-request-parameter-in-windows-1257-encoding-in-appfuse-2%2Bstruts2--tf3281070s2369.html#a9126294 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]