You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/05 20:05:22 UTC

[Tapestry Wiki] Update of "Tapestry5OutputtingRawHtml" by DavidPeterson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by DavidPeterson:
http://wiki.apache.org/tapestry/Tapestry5OutputtingRawHtml

New page:
By default, Tapestry escapes special characters in HTML. For example, ">" is turned into "&gt;"

If you want to output HTML without the escaping, use the [http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/org/apache/tapestry/corelib/components/OutputRaw.html OutputRaw] component.

== Example ==
{{{
<t:outputraw value="article.asHTML()" />
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org