Hi Vadim,
I can't remember, but without validating before executing it's possible
to make buttons like "Fill with default values" or "Use the same address
for delivery" which could not be possible if the form gets validated
before performing the action. Wasn't there a validate="true|false"
attribute on actions?
Simone
Vadim Gritsenko wrote:
Hi All,
Just recently noticed that on-action events are fired before form is
validated :)
Can anybody recall the reason why this was done? Any reason why not do
it after validation? Since most of the time actions will manipulate
forms content, it makes sense to validate complete form first, or so
it seems. WDYT?
Vadim