标签: jsp el scriptlet
我的JSP中有一个EL表达式,EL里面的 需要一个Scriptlet。
以下语法不起作用。感谢
<c:if test="${<%=budgetActionForm%>.readOnly == false}">
错误
javax.el.ELException: Failed to parse the expression [${<%=budgetActionForm%>.readOnly == true