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.
私はJSF1.2を使用しています。onblurイベントをaj4:supportとactionListenerで処理します
<a4j:support event="onblur" reRender="panel1" actionListener="#{bean.changeData}" />
ActionListenerは、入力されたデータを検証します。検証に失敗した場合にフォーカスを返したいのですが。どうすればいいですか?
a4j:support に focus="componentId" を設定します。