onblur « RichFaces « JSF Q&A





1. Focus is lost if validation fails on onblur event    stackoverflow.com

I use JSF 1.2. I process onblur event with aj4:support and actionListener

<a4j:support event="onblur" reRender="panel1"  
      actionListener="#{bean.changeData}"  />
ActionListener validates inputted data. I would like focus to ...

2. Richfaces inputText onBlur and commandButton onClick    stackoverflow.com

I have a page with two text fields and a commandButton, in one of the text field onBlur i'm calling onBlur() method in the bean and in the commandButton i'm calling ...