You can configure your web.xml file. 

In Weblogic, you do something like this.


<input-charset>
    <resource-path>/foo</resource-path>
    <java-charset-name>UTF-8</java-charset-name>
</input-charset>

In Tomcat, something like this.

<init-param>
 <param-name>javaEncoding</param-name>>
 <param-value>>UTF8</param-value>
</init-param>

Thanks,
-Kalpesh



Mark Breitner <[EMAIL PROTECTED]> wrote: Hi,

I´ve got the problem the I want to send the "€" (Euro) character via struts 
and whenever this character appears in a string, all I receive in my action is 
an empty string.

Is this an encoding problem and what do I have to do to solve it ?
-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



                
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2¢/min or less.

Reply via email to