ADF-Faces Validation onBlur
537328Nov 27 2006 — edited Nov 28 2006Hi,
I need to fire validations for my af:inputText components on the event onBlur() I do not wish to rewrite validation code (I will if there is no other way to solve this...) but instead I want to use the same validation that gets fired when submit is done. The same validation should be fired when onBlur and submit happens that is why i do not wish to write more javascript validation functions than the ones the components already have...
Any idea on how to fire this components validations in the onblur even ? Could AJAX solve this? how should i incorporate AJAX within my components behaviour?
Thanx a lot for your help!!!
Tatá