Re: [Wicket-user] onRuntimeException() in 1.2

2006-02-06 Thread Gili
Is there any reason for CompoundRequestCycleProcessor.newRequestCodingStrategy() throwing an exception rather than returning new WebRequestCodingStrategy()? Gili Eelco Hillenius wrote: You probably want to checkout CompoundRequestCycleProcessor and IExceptionResponseStrategy first though.

Re: [Wicket-user] onRuntimeException() in 1.2

2006-02-05 Thread Eelco Hillenius
You probably want to checkout CompoundRequestCycleProcessor and IExceptionResponseStrategy first though. Eelco On 2/5/06, Gili <[EMAIL PROTECTED]> wrote: > > Sorry, just found Application.newRequestCycleProcessor(). > > Thanks anyway, > Gili > > Gili wrote: > > Hi, > > > > How does o

Re: [Wicket-user] onRuntimeException() in 1.2

2006-02-05 Thread Gili
Sorry, just found Application.newRequestCycleProcessor(). Thanks anyway, Gili Gili wrote: Hi, How does one provide a custom implementation for onRuntimeException() in Wicket 1.2? The javadoc for RequestCycle seems to indicate I shouldn't be subclassing it, yet onRuntimeException

[Wicket-user] onRuntimeException() in 1.2

2006-02-05 Thread Gili
Hi, How does one provide a custom implementation for onRuntimeException() in Wicket 1.2? The javadoc for RequestCycle seems to indicate I shouldn't be subclassing it, yet onRuntimeException() is defined there. It would be nice if I could do: application.getExceptionSettings().setExceptionRe