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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to