By default, Tapestry escapes special characters in HTML. For example, ">" is turned into ">"

If you want to output HTML without the escaping, use the OutputRaw component.

Example

<t:outputraw value="article.asHTML()" />
  • No labels