You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "Corbin, James" <jc...@iqnavigator.com> on 2011/04/05 20:14:51 UTC

Wicket 1.5 RC3

I am looking into converting my existing 1.4 project into 1.5RC3 and it's not clear where the code that was previously handled in my overridden WebRequestCycle.onRuntimeException(...) needs to go.

The migration page talks about overriding Application.newExceptionMapper(), but I don't see that method in the class hierarchy.

Any help would be greatly appreciated.

Thanks,
J.D.

Re: Wicket 1.5 RC3

Posted by Igor Vaynberg <ig...@gmail.com>.
there is Application.setExceptionMapperProvider()

also IRequestCycleListener impls can participate in exception handling.

-igor


On Tue, Apr 5, 2011 at 11:14 AM, Corbin, James <jc...@iqnavigator.com> wrote:
> I am looking into converting my existing 1.4 project into 1.5RC3 and it's not clear where the code that was previously handled in my overridden WebRequestCycle.onRuntimeException(...) needs to go.
>
> The migration page talks about overriding Application.newExceptionMapper(), but I don't see that method in the class hierarchy.
>
> Any help would be greatly appreciated.
>
> Thanks,
> J.D.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org