My wicket app is mounted on "/" (for various reasons). However, my
server is behind a proxy, which means that from the outside, I can only
view pages that have a certain path (also desired behaviour for various
reasons).

Problem: when submitting a form, the URL shows up as something like:

   http://localhost:8080/?wicket:interface=:0:1:::

This works behind the firewall, but will not work from outside.


Is my only solution to use bookmarkable pages (with all the implications
of parsing parameters manually)?


Thanks!
David



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to