Hi,

> Using Wicket 1.5RC1, how do I mount a Page to root that is other than the
> home page? E.g.:
>
> www.myapp.com ->IndexPage.class

can you try this?
mountPackage("/", IndexPage.class);
Not sure about - try mountPage if you don't want to mount the package
Christian

>
> www.myapp.com/${username} ->OtherPage.class with ${username} as a
> pageparameter
>
> thanks,
> Nim
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/1-5RC1-url-mounting-encoding-tp3312989p3312989.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
http://www.grobmeier.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to