标签: jsf focus richfaces onblur ajax4jsf
我使用JSF 1.2。 我使用aj4:support和actionListener
<a4j:support event="onblur" reRender="panel1" actionListener="#{bean.changeData}" />
ActionListener验证输入的数据。如果验证失败,我想重点关注。 我该怎么办?
答案 0 :(得分:1)
在a4j:support中设置focus =“componentId”。