What happened to this JSF EL statement?
code
<c:if test="#{attr1 && !attr2 && (empty attr3)}"> Error returns
The entity should immediately follow the "&" in the entity link.
I just need to check if attribute 1 is true, attribute 2 is false, and attribute 3 is not set. I tried without parentheses at the first chance, the same result.
thanks
+4