In my JSP code is written as:
<c:if test="${orderListForm.enabledPrevious}">
And I am getting following error
Testing.jsp:11:7: Static attribute must be a String literal, its illegal to specify an expression.
<c:if test="${orderListForm.enabledPrevious}">
^--^
What could be the reason? It was working earlier now it is not