I want to add two conditions to an if in JSTL, but it throws me an error.
<c:if test="${ISAJAX == 0 && ${ISDATE == 0}">
Compilation of JSP File '/WEB-INF/pages/index.jsp' failed:
homeafiliado.jsp: 792: 61: Syntax error in expression. Encountered "{".
I remain attentive, Regards.