在我的JSP代码中写成:
<c:if test="${orderListForm.enabledPrevious}">
我收到了以下错误
Testing.jsp:11:7: Static attribute must be a String literal, its illegal to specify an expression.
<c:if test="${orderListForm.enabledPrevious}">
^--^
可能是什么原因?它现在工作得更早,现在它不是