Following entry in weblogic web.xml fixed problem for us <context-param> <param-name>weblogic.jsp.encoding</param-name> <param-value>iso-8859-1</param-value> </context-param>
Use this in conjunction with line in all of your jsp/html <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> HTH -Amar -----Original Message----- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 8:40 AM To: Struts Users Mailing List Subject: Re: how to handle special characters like "®" Try ® ----- Original Message ----- From: "Christina Siena" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 11:41 PM Subject: how to handle special characters like "®" I am trying to figure how to handle special characters like "®". When the form is posted, the form attribute contains "®" instead of "®". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]