Hi guys.
Here is my problem.
We have the text field (struts html:text) wich shoud show the variable from the form. Befor the form is populated this variable is formatted, based on if it is negative or positive. If it is negative it comes in as
<font color="#AF0B1C">(184,548.93)</font>. Of course in the text it is looks the same. I tried to set the page scoped variable and than use it in the html:text tag:
but it does not work. The page scoped variavle val still looks as <font color="#AF0B1C">(184,548.93)</font>. So, nested <c

ut tag with the escapeXml does not work. (whit hte <bean:write ... filter="false"/> the same situation)
What can I do if I need the text field in which I have to show parsed variable.
Thanks.