Hi im facing an issue when I hit the submit button on my wicket form, I dont
not see an ajax call in my network logs in the context of a
IFormSubmitListener. Because of this none of my validator classes are being
exectued. This makes me think wicket doesn't realize im submitting the form
which i click the submit button. There is however an ajax call to a
IBehaviorListener , which I think this is whats calling the onSubmit method.
Most important thing to note, this all started happening after I switched
from a custom wicket Button to a custom ajax wicket button. Any ideas whats
going on?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-form-button-is-going-straight-to-onSubmit-without-running-Validator-classes-tp4678016.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to