<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:if test="${"POST".equalsIgnoreCase(pageContext.request.method) && pageContext.request.getParameter("submit") !=null}">
</c:if>
This code segment I am getting this error. Please help me with this issue. Multiple annotations found at this line:
- EL Syntax Error