jsf - How to check two conditions inside rendered attribute? -


i tried below code

   <h:form rendered="{#{cars.enabled} , #{cars.enablededit}}"> 

but doesn't works.

here proper el expression

<h:form rendered="#{cars.enabled , cars.enablededit}"> 

no need (and illegal use #{} inside #{})


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

css - Can I use the :after pseudo-element on an input field? -