Yes, you should call setDefaultFormProcessing(false) on your button. And if
you want to submit the form using a link, use SubmitLink instead (it has
setDefaultFormProcessing method too).

LT

2008/7/19 Jeremy Thomerson <[EMAIL PROTECTED]>:

> I'm not at a computer and it's been a while since I've done this, but I
> think there's a method like "Form.setDefaultFormProcessing(false)" that you
> can call from within your button.
>
> Jeremy Thomerson
> http://www.wickettraining.com
> -- sent from a wireless device
>
>
> -----Original Message-----
> From: Kaspar Fischer <[EMAIL PROTECTED]>
> Sent: Saturday, July 19, 2008 10:24 AM
> To: users@wicket.apache.org
> Subject: Prevent form from being onSubmit()'ed when button is called
>
> My form as a onSubmit() implementation and, in addition, contains a
> button. If
> I hit the button, both the button and the form's onSubmit() is
> executed as
> expected. How can I prevent the form's onSubmit() from being executed?
>
> (I tried using a Link, but this bypasses the form processing
> completely, so
> setObject() is not called on my models -- which is not what I want.)
>
> Many thanks,
> Kaspar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to