On Thu, Mar 20, 2008 at 12:59 PM, Matthew Young <[EMAIL PROTECTED]> wrote:
>  Small wish: in GMail, when their Ajax submit fails (either user submit or
>  auto background submit), they don't go to a new page, they flash a message
>  "System error, trying again."  It would be great if Wicket can support this
>  way of Ajax error handling when error happen very late during render.

this we do support. just throw an error, and in your button add an
iajaxcalldecorator, override failed script and make it show the popup

-igor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to