You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by david joffrin <da...@hotmail.com> on 2005/04/05 07:33:04 UTC

text/html

Hi,

I have a text entered in a TextArea component that I would like to display 
on the page using the text/html charset. How can I do that?

Thanks.
DvJ



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


Re: text/html

Posted by Todd O'Bryan <to...@mac.com>.
Huh? If you mean, how do you display HTML text as HTML (so that < 
doesn't get replaced with &lt;, etc.), set the raw attribute to "true" 
in the @Insert component.

If you mean something else, please explain.

Todd

On Apr 5, 2005, at 1:33 AM, david joffrin wrote:

> Hi,
>
> I have a text entered in a TextArea component that I would like to 
> display on the page using the text/html charset. How can I do that?
>
> Thanks.
> DvJ


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