You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ywtsang <yw...@gmail.com> on 2008/06/11 14:00:35 UTC

change the "mountpath" of wicket request

currently all wicket request at "mounted" at "root",
e.g. /?wicket:interface....

can we change it to mount at different place like

/<customer>/?wicket:interface....


-- 
View this message in context: http://www.nabble.com/change-the-%22mountpath%22-of-wicket-request-tp17775860p17775860.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: change the "mountpath" of wicket request

Posted by Maurice Marrink <ma...@gmail.com>.
Have you looked at url mounts?

http://www.javalobby.org/java/forums/t68753.html (wicket 1.2 but still
quite relevant)
Also take a look at the examples.

Key interface to look at is IRequestTargetUrlCodingStrategy

Maurice

On Wed, Jun 11, 2008 at 2:00 PM, ywtsang <yw...@gmail.com> wrote:
>
> currently all wicket request at "mounted" at "root",
> e.g. /?wicket:interface....
>
> can we change it to mount at different place like
>
> /<customer>/?wicket:interface....
>
>
> --
> View this message in context: http://www.nabble.com/change-the-%22mountpath%22-of-wicket-request-tp17775860p17775860.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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