escape with s:textarea

2009-10-23 Thread monika budhiraja
Hi: I am using "s:textarea" to show bigger text. I have some html characters in my data. so, If I use : value in field1= "Hello" Jsp comes back with &amb;lt;b&amb;gt;Hello&amb;lt;/b&amb;gt; This looks like it is doing double escaping. I know we have an optional field with prop

issue with escape characters in struts2 textarea/textfield

2009-10-26 Thread monika budhiraja
Hi: I am facing a problem of escape characters. In struts2, if we want to spit out property of any field, we can use, option as escape="false". But, same option is not available for textarea or form field. Because of this data gets double escaped in forms and user see escape entities. Do we