On Mon, May 5, 2008 at 4:25 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
> Ferdinand Urban schrieb:
> > Hi all,
> > I have really simple question. My issue is that I need to put some
> > HTML tags (ie. <h1>, <strong>, <a>, etc.) into string which is value
> > of outputText tag. Is there any way to done it, or should I use
> > another component?
> Are you asking because your html is being transformed into "<" etc?
> If so, just use the "escape" attribute, ie
> <h:outputText escape="false" value="#{...}"/>
>
> Regards,
> Simon
>
>
Simon, that's what exactly I was asking thaks so much
Regards,
Ferdinand