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

