Hi,

On Apr 29, 2016 11:35 PM, "durairaj t" <[email protected]> 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?

Reply via email to