> It cannot be done. When constructing a form in wicket, the action attribute
> value contains
> the url to the destination page including the wicket component navigation
> information, i.e.
> action="some-context/some-page?wicket-component-nav-info"
>
> However, when a browser submits a form with method get, the url is modified
> so that
> the part of the url following the '?' is encoding the form data. All wicket
> component nav info
> is then lost and wicket is lost when trying to determine the IFormListener
> and instead
> defaults to the HomePage.

This was indeed the situation. But it was a bug from our side that we
didn't support this. We do now.

Eelco

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

Reply via email to