You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Kevin Gutch <kg...@protechemail.com> on 2007/02/20 20:09:22 UTC

rendered

I believe that the rendered attribute takes a boolean.

Is there anyway to do something like this to determine if a t:div gets 
rendered?

<t: div rendered="#{bean.subCategory=='A'  ||  bean.subCategory=='B'}



-- 


Re: rendered

Posted by Kevin Gutch <kg...@protechemail.com>.
That was easy thanks!

Mike Kienenberger wrote:
> <t: div rendered="#{bean.subCategory=='A'  or  bean.subCategory=='B'}
>
> On 2/20/07, Kevin Gutch <kg...@protechemail.com> wrote:
>> I believe that the rendered attribute takes a boolean.
>>
>> Is there anyway to do something like this to determine if a t:div gets
>> rendered?
>>
>> <t: div rendered="#{bean.subCategory=='A'  ||  bean.subCategory=='B'}
>>
>>
>>
>> -- 
>>
>>
>>
>

-- 

*Kevin Gutch*
*Protech Products, Inc*.
407.328.5300, ext. 102
407.328.5250 (fax)



Re: rendered

Posted by Mike Kienenberger <mk...@gmail.com>.
<t: div rendered="#{bean.subCategory=='A'  or  bean.subCategory=='B'}

On 2/20/07, Kevin Gutch <kg...@protechemail.com> wrote:
> I believe that the rendered attribute takes a boolean.
>
> Is there anyway to do something like this to determine if a t:div gets
> rendered?
>
> <t: div rendered="#{bean.subCategory=='A'  ||  bean.subCategory=='B'}
>
>
>
> --
>
>
>