Hi, They have always been relative. Before 1.5.6: some/relative/url After 1.5.6: ./somerelative/url
Both are the same. The reason is https://issues.apache.org/jira/browse/WICKET-4260 How exactly the home page is broken ? Do you have custom RequestMapper for the home page ? On Wed, May 9, 2012 at 11:56 AM, Thomas Heigl <[email protected]> wrote: > Hello, > > Since Wicket 1.5.6, the UrlRender generates all URLs prefixed with "./" > when using RequestCycle.get().urlFor(pageClass). The Problem is that for my > application's homepage the generated URL is "./." which does not really > make sense. > > Is there any reason for doing this? What caused the change to relative URL > rendering? > > Cheers, > > Thomas -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
