You can also mount all pages in a package with one single call.   You will
find this in old emails on the list, blogs, etc..

Google search for "wicket mount package":
http://www.google.com/search?hl=en&rls=com.microsoft%3A*&q=wicket+bookmarkable+urls

The third result:
http://www.javalobby.org/java/forums/t68753.html

And in that page:
mount("/main", PackageName.forClass(AlohaPage.class));

Hope this helps!

-- 
Jeremy Thomerson
http://www.wickettraining.com


On Tue, Oct 28, 2008 at 7:43 PM, S D <[EMAIL PROTECTED]> wrote:

> --- On Wed, 10/29/08, Scott Swank <[EMAIL PROTECTED]> wrote:
>
> > Those will be available to you in the
> > YourPage(PageParameters
> > parameters) constructor.
> >
>
> So, if I understand you correctly, I'd have to call mountBookmarkablePage()
> for all wicket URLs used in the application. Sounds somewhat tedious but
> should be doable.
>
> No simpler way to achieve this?
>
> Thanks
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to