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="ГОС" Where does this escaping take place? Thanks, Arnold