Is it possible to call f:ajax listener when event blur is invoked, but only if the inputtest field value is not empty?
when the inputtext is blured i'm calling a method inside my managed bean, which returns all of the other form fields. the problem is when i blur an emtpy field, beacuse it's a required field i get a validation message, but in this case i don't want it to call the managed bean method, only if there a value inside of it.
How can this ve done?
Thank's In Advance.
oneventtag attribute. – Luiggi Mendoza Aug 15 '12 at 14:36