From reading the documentation I am under the impression that during form submission a VALIDATE_FORM event is emitted once. However, I observe onValidate() being called for every component in the form, the value from the component not being set until *after* onValidate has apparently been called on that component. For instance, I have username and password fields (with values typed in of "admin, "admin"), and I get during onValidate():

on validate: null / null
on validate: admin / null

I would have thought it was called just once and would have all values set. What is going on and what am I not understanding here?

thanks,
p




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to