2016年5月13日 | Leave a comment 问题: jsf c:if 在datatable 中使用row 变量 不起作用 如: <h:datatable value=*** var="row"> <h:column> <c:if test="#{row.id gt 10}"> gt 10 </c:if> </h:column> </h:datatable> 1234567 <h:datatable value=*** var="row"><h:column><c:if test="#{row.id gt 10}">gt 10</c:if></h:column></h:datatable> 解决: