you could Try to set 

        /**
         * Sets the defaultFormProcessing property. When false (default is 
true),
all validation and
         * form updating is bypassed and the onSubmit method of that button is
called directly, and the
         * onSubmit method of the parent form is not called. A common use for 
this
is to create a cancel
         * button.
         * 
         * @param defaultFormProcessing
         *            defaultFormProcessing
         * @return This
         */
        public final Button setDefaultFormProcessing(boolean 
defaultFormProcessing)

to false.... on the AjaxButton (Button.class)
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Re-AjaxButton-OnSubmit-Validation-Overridden-tp2298251p2298256.html
Sent from the Wicket - User 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