Logical Operator OR?

Hi,

I am trying to use a logical operator within an outputTextField. I think I got it but it doesn't works.

<h:outputText rendered="#{beanA.value1} AND #{!beanB.value2}" value="renderedValue" />

Both values are true but nothing will be rendered. Could somone help me with this issue?

Thanks

Alex

[389 byte] By [Troilusa] at [2007-11-27 4:56:44]
# 1
You've splitted the EL in two parts, with the "AND" being textual.Put it in one EL block.
BalusCa at 2007-7-12 10:11:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...