Oh the solution is validation.
ONLY when you have a validated form (all inputs are inserted) then the
submit button will be called.
You can add a feedback panel, which will help you:
in JAVA:
form.add(new FeedbackPanel("feedback"));
in HTML:
<form>
...
...
</form>
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/button-submit-tp4650594p4652941.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]