You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "Richard W. Adams" <RW...@UP.COM> on 2013/06/21 18:39:03 UTC

AjaxSubmitLink Errors

When AjaxSubmitLink.onError() is called, how does one determine what the 
error was? Calling getFeedbackMessage() (tried on both the link & on the 
form)  is returning null, & I can't see any other way to determine what 
the error was...

**

This email and any attachments may contain information that is confidential and/or privileged for the sole use of the intended recipient.  Any use, review, disclosure, copying, distribution or reliance by others, and any forwarding of this email or its contents, without the express permission of the sender is strictly prohibited by law.  If you are not the intended recipient, please contact the sender immediately, delete the e-mail and destroy all copies.
**

Re: AjaxSubmitLink Errors

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

The AjaxSubmitLink just submits the data.
Its #onError() is called when any of the submitted *form components* has an
error.


On Fri, Jun 21, 2013 at 7:39 PM, Richard W. Adams <RW...@up.com> wrote:

> When AjaxSubmitLink.onError() is called, how does one determine what the
> error was? Calling getFeedbackMessage() (tried on both the link & on the
> form)  is returning null, & I can't see any other way to determine what
> the error was...
>
> **
>
> This email and any attachments may contain information that is
> confidential and/or privileged for the sole use of the intended recipient.
>  Any use, review, disclosure, copying, distribution or reliance by others,
> and any forwarding of this email or its contents, without the express
> permission of the sender is strictly prohibited by law.  If you are not the
> intended recipient, please contact the sender immediately, delete the
> e-mail and destroy all copies.
> **
>