I normally do something like this:

application.getHomePage() {return HomePage.class}

HomePage.java
public HomePage() {
   // Check the current state of everything
   if (state == WORLD) {
      throw new RestartResponseException(ThePage.class, new
PageParameters());
   }
}

Frank


On Jan 22, 2008 9:03 AM, Newgro <[EMAIL PROTECTED]> wrote:

>
> Did you get a solution for this?
> I have the same problem and i would be glad to solve this.
>
> Cheers
> Per
> --
> View this message in context:
> http://www.nabble.com/home-page-with-parameters-tp11935608p15014223.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]
>
>

Reply via email to