Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to fix Wicket-generated links

Wicket 1.2 and higher allows you to override the context path it uses to generate absolute paths for links, resources, etc. You can either do this in your web.xml file:

...

Code Block
getApplicationSettings().setContextPath("/");

Wicket 1.3 uses relative URLs, which lets it avoid these kind of problems.