0

在我的 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}">
      ^--^

可能是什么原因?它以前工作过,现在不工作了

4

0 回答 0