You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Chris Colman <ch...@stepaheadsoftware.com> on 2008/02/28 21:07:18 UTC

Multiple bookmarks to same page class - possible?

Is it possible to route multiple bookmarks using mountBookmarkablePage
to the same page class?

Also, is it possible for the page to ask what it's bookmark (or URL) is?

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


Re: Multiple bookmarks to same page class - possible?

Posted by Igor Vaynberg <ig...@gmail.com>.
On Thu, Feb 28, 2008 at 12:07 PM, Chris Colman
<ch...@stepaheadsoftware.com> wrote:
> Is it possible to route multiple bookmarks using mountBookmarkablePage
>  to the same page class?

i dont see a problem with mounting the same page class multiple times

>
>  Also, is it possible for the page to ask what it's bookmark (or URL) is?

requestcycle.urlfor(pageclass);

-igor


>
>  ---------------------------------------------------------------------
>  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