You have to surround your plain HTML with <f:verbatim> tags.

<t:div id="div1" rendered="false">
  <f:verbatim>Blah blah blah</f:verbatim>
  <h:inputText id="it1" value="text"/>
</t:div>

Hubert

On 3/23/06, Costa Basil <[EMAIL PROTECTED]> wrote:
> If I have:
> <t:div id="div1" rendered="false">
>   Blah blah blah
>   <h:inputText id="it1" value="text"/>
> </t:div>
>
> it will still render Blah blah ... Isn't the text between the jsf tags
> buffered or something?
>
> Thanks
>
>
>  ________________________________
> 7 bucks a month. This is Huge Yahoo! Music Unlimited
>
>

Reply via email to