> you are right we changed > we are going to add a parameter that in development will let us to get the > wicket standard error page > Andrea
It actually should already work like that (Wicket serving different pages depending on whether you're in development or deployment mode), unless you provide your error page through a custom request cycle. If that is the case, use for instance Application.DEPLOYMENT.equals(Application.get().getConfigurationType()) Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
