I did it this way, although you may not want the extra path for other
pages....

In WebApplication.init() :

mountBookmarkablePage("admin", AdminHomepage.class);
mount("admin/pages", PackageName.forClass(AdminHomepage.class));

Hope this helps,
Jeremy Thomerson


On Thu, Apr 24, 2008 at 5:25 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]>
wrote:

>
> Hi!
>
> I want to create administration for a site. Site.se. The administration
> should reside in Site.se/administration
>
> How can I tell wicket to go to a BasePage when user types in
> Site.se/administration. The HomePage is
> already set for the Site.se. How can I set a HomePage for
> Site.se/administration?
> --
> View this message in context:
> http://www.nabble.com/Administration-in-wicket-tp16853893p16853893.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