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