whats wrong with just subclassing requestcycle, overriding onruntimeexception, and returning any kind of error page you want?
-igor On Thu, Apr 17, 2008 at 5:40 PM, Ned Collyer <[EMAIL PROTECTED]> wrote: > > I'd like to get a custom look and feel just for the exception page, and > perhaps some behaviour too. > > Unfortunately, instantiation of this class appears concreted into the > AbstractRequestCycleProcessor.respond(RuntimeException, RequestCycle). > > There doesn't appear to be an elegant extension point for this. > > Am I missing something? How can I style up / control the ExceptionErrorPage > for my app without overriding "respond" and duplicating most of the code? > -- > View this message in context: > http://www.nabble.com/Can-we-expose-ExceptionErrorPage-via-IApplicationSettings-please-%21-tp16758488p16758488.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
