In Wicket 1.3 you can override onRuntimeException and even just logRuntimeException in your custom request cycle class.
Eelco On 6/6/07, Dipu Seminlal <[EMAIL PROTECTED]> wrote: > I did the following in the application class > > protected IRequestCycleProcessor newRequestCycleProcessor() > { > return new DefaultWebRequestCycleProcessor() > { > @Override > protected IExceptionResponseStrategy > newExceptionResponseStrategy() > { > return new ExceptionResponseStrategy(); > } > }; > } > > and implemented own IExceptionResponseStrategy > > > > > On 6/6/07, Dipu Seminlal <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > Is there a way i can get the Runtime Exceptions in the error page. I need > to log the exceptions for auditing. > > > > Regards > > Dipu > > > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user