onblur « Form « JSF Q&A





1. jsf fill form fields when field onblur    stackoverflow.com

I'm new in jsf, and can't find how to do the next thing: I'm trying to create a form with 8 fields (inputs). after the user enters data into the first input, ...

2. jsf focus inputtext field after form rerenders with values onblur    stackoverflow.com

After onbluring an input text field inside my form , I'm rerendering the form with the new values. In this case the field loses it's focus, I want the input that ...