Hi Jens, On Wed, Apr 25, 2012 at 11:04 AM, jensiator <[email protected]> wrote: > I Think is something like: > public IRequestHandler onException(RequestCycle pCycle, Exception > pException) { > if(pException instanceof SomeException) { > return new RenderPageRequestHandler(new PageProvider(new > SomeSpecialOwnErrorPage())); > } > } > > From my peek in the super class. Have not tested it. Please correct me if > I'm wrong. > Let us all try to give each other code example in these discussion instead > of referring to sourcecode. Have anyone looked at competing languages like > Csharp. They got a lot of example codes i MSDN. Lets do the same!
Since we don't have few hundred paid employees which main task is too keep the documentation up-to-date we rely on the community to update the Wiki and send patches (for javadocs as well) ;-) > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Any-news-on-1-5-mapping-different-error-pages-for-specific-errors-tp3602151p4585856.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
