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.
JSF 2 と Richfaces 4 を使用しています。送信時にボタンを無効にする必要があります。ボタンのアクションも呼び出す必要があります。フォームの検証が失敗した場合、送信ボタンを有効にする必要があります。Richfaces 3 ではできますが、Richfaces 4 ではできません。
ヘルプを探しています。
onbeginこれにはとoncompleteの属性を使用できます<a4j:commandButton>。
onbegin
oncomplete
<a4j:commandButton>
<a4j:commandButton ... onbegin="disabled=true" oncomplete="disabled=false" />