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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -