Don't know for sure if we had this i have to say. But i thought we had something that was related to homepage and bookmarkable pages.
If they where the same page. But i could be confused with other stuff like a homepage that is redirecting to a bookmarkable url.

But it would be nice to have i think that when you have links to youre homepage (as a bookmarkable page) that the url would just be /
The problem is that then the context path must be in front of it.

And please remember that the contextPath is something we have to be able to configure!
So if we are making urls absoluut then the context path must come from somewhere in the application settings. (defaults to the webapp context what the servlet context says it is in)

about pagemaps i guess the homepage should always be in the default pagemap?
If there is pagemap specified then use the normal bookmarkable url (or do /?pagemap=XXXX)

johan


On 12/10/05, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
So, Johan... How was this fixed? Is a url always generated like
${contextPath}/${servletName} (e.g. .../wicket-examples/app)? what
about page maps? If you are generating the url like above, you could
never reuse the page in another page map.

Eelco

On 12/10/05, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
> Probably a bug due to the refactorings in HEAD. I'll add a TODO and
> fix it shortly.
>
> Eelco
>
>
> On 12/10/05, Mark Derricutt <[EMAIL PROTECTED]> wrote:
> > Just a quick question - I just noticed that when a wicket application links
> > to a Page which is the current homepage for the application, Wicket
> > generates a long style bookmarkablePage=xxxxx url instead of "/app" when the
> > wicket application starts.
> >
> > Would it be better to use /app as the URL instead of bookmarkablePage?  Or
> > should I just manually mount the page to "/" ?
> >
> > Mark
> >
> >
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to