Or "#{useGun and useRifle}"
Although both should work just fine
-----Original Message-----
From: Michael Heinen [mailto:[email protected]]
Sent: vendredi 17 juillet 2009 16:29
To: MyFaces Discussion
Subject: RE: Expression Language question
Try "#{useGun && useRifle}"
-----Original Message-----
From: mitroiasi [mailto:[email protected]]
Sent: Freitag, 17. Juli 2009 16:22
To: [email protected]
Subject: Expression Language question
Hi,
I have a problem concerning the EL syntax. I want that a componennt to
be
rendered when 2 boolean properties are true, but I cannot accomplish
this.
The following code is:
<h:panelGroup rendered="#{useGun == true && useRifle == true}">
--
View this message in context:
http://www.nabble.com/Expression-Language-question-tp24535406p24535406.h
tml
Sent from the MyFaces - Users mailing list archive at Nabble.com.