You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by durairaj t <du...@gmail.com> on 2016/05/02 15:20:23 UTC

Re: wicket/bookmarkable

OK. I will check my code. Thank you.

On Fri, Apr 29, 2016 at 7:55 PM, Martin Grigorov <ma...@gmail.com>
wrote:

> Hi,
>
> On Apr 29, 2016 11:35 PM, "durairaj t" <du...@gmail.com> wrote:
> >
> > I’m seeing different URL’s while navigating to the different pages.
> > Whenever wicket writes “wicket/bookmarkable” in the URL everything looks
>
> Wicket generates wicket/bookmarkable/com.example.YourPage when the page has
> not be explicitly mounted at a custom path.
>
> > good in a page, but sometimes it gives (http://hostname/wic/app/r1?2)
>
> It seems here you use a page mounted at "r1".
> The problem with the images must be something else.
>
> > without “bookmarkable” and it removes all the images from the page.
> >
> >
> > “mountPage(",")” is working in this case, but I have more than 87  module
> > (main) page classes and they are not in one package.   Mounting all these
> > pages in App.java may not be a good idea.
>
> I always mount all my pages explicitly. Just to have nicer urls.
>
> >
> >
> >  Any help?
>