Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページ上のいくつかのフォームの 1 つにエラーがある場合にのみ起動したいモーダル ウィンドウがあります。特定のフォームにエラーがあるかどうかを識別するために el を使用する方法はありますか?
疑似コードの例:
<h:form id="form1"> </h:form> <h:form id="form2"> </h:form> <a4j:rendered="#{form1.hasErrors()}"> ... modal here ... </a4j:rendered>