Hi
i am working on a wicket app which is to be included in some 3rd party
page. the page somewhat uses a thing like $.load to include the
wicket-generated code.
To sum up, wicket has no idea that its created page will be sliced into
pieces and included in some other page.
any url wicket creates, is relative to the generated page, like:
<http://localhost:8080/home#>"../../../?wicket:interface=:0:wrapper:form::IFormSubmitListener::"
for posting a form.
is there a way to make wicket create absolute URLs instead?
cu uwe