You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/09 17:51:09 UTC

[jira] Commented: (WICKET-313) Use standard exception handling in AjaxRequestTarget

    [ https://issues.apache.org/jira/browse/WICKET-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479645 ] 

Eelco Hillenius commented on WICKET-313:
----------------------------------------

It's not fixed yet. Please update the examples, start up with -Dwicket.configuration=development and go to http://localhost:8080/wicket-examples/ajax/?wicket:bookmarkablePage=%3Awicket.examples.ajax.builtin.LinksPage and click the 'exception' link. Same thing if you would provide a custom request cycle returning a page instance.

> Use standard exception handling in AjaxRequestTarget
> ----------------------------------------------------
>
>                 Key: WICKET-313
>                 URL: https://issues.apache.org/jira/browse/WICKET-313
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Oscar Bueno
>         Assigned To: Jean-Baptiste Quenot
>             Fix For: 1.3, 2.0
>
>         Attachments: wicket-313.patch
>
>
> Now the respond method of the AjaxRequestTarget is catching all the RuntimeExceptions that are throwed.  I would prefer to handle this exceptions by myself.  I have a requestTarget that is a wrapper of the wicket AjaxRequestTarget where we could made something in case of errors in the respond method of the AjaxRequestTarget.
> I'm using the AjaxRequestTarget to replace a wizard panel, in case of error, I would display an errors panel instance of the original panel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.