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 have any work around for that? Is that a bug that has not been reported or I missed something??? Thanks