Well, Form#onSubmit is called only if form's validation step went fine.
Maybe some of your fields' validator is preventing form submission.
BTW, where is onSubmission method? Is a Wicket standard method? I can't
find it in Wicket classes.
Thanks for your response.
Looks like I misunderstand the very purpose of the component.
But anyway, this is NOT submission. I mean, if you trace the call to
the end, you'll find that no call of overridden Form#onSubmit happens.
only Form#onSubmission called.
That's why I stay confused. Although it is good to know that Model
object is validated and assembled on AJAX call arrival...
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]