SyntaxFix
Write A Post
Hire A Developer
Questions
Recommendation:
when you have more than one condition with and and or is better separate with () to avoid verification problems
and
or
()
<c:if test="${(not validID) and (addressIso == 'US' or addressIso == 'BR')}">