Hi, I am using Struts 1.2 and I installed TinyMCE. The problem is that struts converts all HTML tags to entities. How to disable or configure this to allow only selected tags?
Use the filter parameter ( taglib ).
<bean:write name="someField" filter="false"/>
Thanks, I searched for this, but in Struts 2, and it helped, it seems:
<s:property value="variable" escape="false" />
Source: https://habr.com/ru/post/899568/More articles:How to write vectorized functions in MATLAB - performancejquery focus on load - javascriptClearing jquery call document.ready () - javascriptDebugging JSON.NET - c #Delete duplicates from an array without using a hash table - arraysIs there a way to undo the effects of the Closure Compiler (or the like) on the code? - javascriptAre there robust integration options for Clojure continuous integration? - javaIs it safe to ignore DreamWeaver _notes folders and dwsync.xml files using the source control? - version-controlSearch in grouped columns in MySQL? - sqlhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/899573/best-practice-to-design-tables-to-support-update-one-field-faster-using-sql-server&usg=ALkJrhjIs8uFMYy_4SKLeyY7If1GxNJCOgAll Articles