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.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

