Hi,

Better use custom IRequestCycleListener.
You'll have much better control in its #onException()
On Apr 17, 2016 3:23 PM, "xesj.hu" <[email protected]> wrote:

> Hi !
>
> I can set my error page in MyApplication.init() method:
>
>   getApplicationSettings().setInternalErrorPage(MyInternalErrorPage.class);
>
> But, I would like to store exception stack trace to database.
> How can I get Exception object in MyInternalErrorPage constructor ?
>
> Bye, xesj.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Exception-object-in-MyInternalErrorPage-tp4674299.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to