变量不能用于c:if但是在使用h:outputText输出时存在

时间:2018-02-07 12:38:18

标签: jsf jstl el

这个 if conditiona 不起作用,我不知道为什么。

我的代码:

<br /><h:outputText value="beforeif #{ linha.dataCadastro }" />
<c:if test="${ linha.dataCadastro != null }">
    this not work
</c:if>
<br /><h:outputText value="afterif #{ linha.dataCadastro }" />

执行后我的HTML:

enter image description here

这里有什么问题?

0 个答案:

没有答案