You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Arnold <st...@hot.ee> on 2002/08/11 01:42:21 UTC

Encoding UTF-8 and tags

Hello, I'm having the following problem and was hoping maybe someone can give me a quick hint ...

My application data is UTF-8 encoded and when I populate textareas (struts textarea tag) on a form with such values, all &s are escaped, so that the output in the textarea tag looks smth. like this: value="&amp;#1043;&amp;#1054;&amp;#1057;"

Where does this escaping take place?

Thanks,
Arnold