我正在使用Strtus 1.3。在该应用程序中,我想使用<c:if>
标记:
<c:if test="${requestScope.regerr ne null}">
但是当我使用jsp页面时给我一个警告:
test does not support run time expression
和控制台我收到错误
org.apache.jasper.JasperException: /Reg.jsp (line: 14, column: 0) According to TLD or attribute directive in tag file, attribute test does not accept any expressions
那我怎么能用范围?在这里我想检查请求中的Scope regerr是否为null?