same way wicket does, run it through webrequestcodingstrategy and you
will get back an bookmarkablepagerequesttarget, use methods on that to
get the page class.

-igor

On Tue, Jun 1, 2010 at 12:45 AM, Stefan Lindner <lind...@visionet.de> wrote:
> I have some pages mounted  with
>
>
>
>                moutBookmarkablePage("/somePath", MyPage.class)
>
>
>
> in Application.init. Now I have the path "/somePath" from webRequest.
> How can I retriev the matching MyPage.class for the path "/somePath"?
>
>
>
> Stefan
>
>

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

Reply via email to