这个 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:
这里有什么问题?