[ 
https://issues.apache.org/jira/browse/TAP5-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiago H. de Paula Figueiredo closed TAP5-697.
----------------------------------------------

    Resolution: Invalid

There is a builtin Tapestry component, OutputRaw, that does exactly what you 
need: 
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html
 It outputs HTML without converting < into &lt;, for example.

> Tapestry_improvement_ideas
> --------------------------
>
>                 Key: TAP5-697
>                 URL: https://issues.apache.org/jira/browse/TAP5-697
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5, 5.0.18
>            Reporter: Tam Du
>         Attachments: DisableHtmlTag.java
>
>
> In the tml file, we should not disable html the second time, that is, if it 
> is already disabled, then should not disable again. For more details, I 
> attach here my file "DisableHTMLTag.java" which I have been using to not 
> disable html the second time. I hope that you can improve this feature in the 
> next version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to