我们正在从 JSP VDL 迁移到 Facelets VDL。我们有条件渲染标签需要移植到 Facelets。由于条件渲染中的 && 符号,.xhtml 编译失败。关于如何处理这个问题的任何想法?
<a4j:outputPanel styleClass="myclass" layout="block"
rendered="#{myBean.iscorrect && anotherBean.isCorrect}">
render something here ...
</a4j:outputPanel>
谢谢你的时间。