[Wicket-user] error pages

2006-11-07 Thread Lusebrink, Scott E CTR DISA GIG-CS
Title: error pages My project has a requirement to not show stack traces in production mode. with getApplicationSettings().setInternalErrorPage(ErrorPage.class); set I still receive an Unexpected RuntimeException page with a full stack trace, absolute path to the war and package structure,

Re: [Wicket-user] error pages

2006-11-07 Thread Eelco Hillenius
If you set your application to be in deployment mode, that's what will happen. Eelco On 11/7/06, Lusebrink, Scott E CTR DISA GIG-CS [EMAIL PROTECTED] wrote: My project has a requirement to not show stack traces in production mode. with