I have page (java / tml). I add to java class some variable myVar
and add it to tml as: ${myVar}
. Page contain also other components: grid, textarea and etc.
At OnActivate() I define myVar. I generate myVar text as formatted text. So variable contain <b>
, </br>
,
.
But at web page I see tags as text without formating. Can I fix my issue?
OutputRaw solve me issue: