Variable with formatting text

79 views Asked by At

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>, &nbsp;.

But at web page I see tags as text without formating. Can I fix my issue?

1

There are 1 answers

0
Yura Shinkarev On BEST ANSWER

OutputRaw solve me issue:

<t:outputraw value="myVar"/>