Search code examples
javajakarta-eestruts

Disable Struts converting HTML tags into entities


Hi I'm using Struts 1.2 and I installed TinyMCE. The problem is that struts is converting all HTML tags into entities. How do I disable or configure this to allow only selected tags?


Solution

  • Use the filter parameter (taglib).

    <bean:write name="someField" filter="false"/>