There is a wiki page with information on creating custom error pages. http://cwiki.apache.org/WICKET/error-pages-and-feedback-messages.html
Hopefully that is what you are looking for! Josh On Fri, Oct 23, 2009 at 12:34 PM, Tomás Rossi <[email protected]> wrote: > Hey people, > > I've noted that if an exception occurs during the execution of init method > of MyApplication (which extends WebApplication), a SERVICE UNAVAILABLE > (error 503) page shows. We'd like to have our own error page for this case > and figured out a workaround which includes catching and saving the > exception in the init method, setting some state and then handling it > later... > But, what is the Wicket way of doing this? > > Thanks in advance, > -- > Tom; > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
