Hi, being new to wicket I may be completely wrong about this but my thoughts are these.
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. What are your thoughts on this. Best Regards -Thomas -- View this message in context: http://www.nabble.com/How-to-use-form-method%3D%22get%22--tf4229581.html#a12048394 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
