1

我正在使用 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

那么我如何使用范围呢?在此我想检查请求范围 regerr 是否为空?

4

0 回答 0