現在、JSPVDLからFaceletsVDLへの移行を進めています。条件付きレンダリングタグをFaceletsに移植する必要があります。条件レンダリングの&&記号が原因で、.xhtmlのコンパイルに失敗します。これを処理する方法について何か考えはありますか?
<a4j:outputPanel styleClass="myclass" layout="block"
rendered="#{myBean.iscorrect && anotherBean.isCorrect}">
render something here ...
</a4j:outputPanel>
御時間ありがとうございます。