Re: [Wicket-user] Exceptions in WebPage subclasses

2006-10-12 Thread Eelco Hillenius
Or just setting the response page (setResponsePage) should work fine too. But in that case, construction of the first page would still be done, which is probably not what you want. Eelco On 10/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Yeah, use wicket.RestartResponseException. > > Eelc

Re: [Wicket-user] Exceptions in WebPage subclasses

2006-10-12 Thread Eelco Hillenius
Yeah, use wicket.RestartResponseException. Eelco On 10/13/06, WATSON Matthew <[EMAIL PROTECTED]> wrote: > > > > Hi, > > I'm wondering what the best approach is for handling unexpected or missing > parameters in the contructors of WebPage classes. > > Effectively I want to attempt to read some que

[Wicket-user] Exceptions in WebPage subclasses

2006-10-12 Thread WATSON Matthew
Title: Exceptions in WebPage subclasses Hi, I'm wondering what the best approach is for handling unexpected or missing parameters in the contructors of WebPage classes. Effectively I want to attempt to read some query string parameters and depending on thier values either continue rendere