I post using the following form <form method=POST action="http://x.x.x.x/rootContext/subcontext"> <INPUT TYPE=text NAME=your_name VALUE="First Last" > <INPUT TYPE=submit VALUE="Test this form"> </form>
But when I look up in wicket through ((WebRequestCycle)RequestCycle.get()).getWebRequest().getHttpServletRequest().getMethod(), the request comes as "GET" and the parameter list is also zero. I am new to Wicket, so obviously missing something very simple and basic. Can someone provide some pointers? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-request-comes-as-GET-in-wicket-tp2331840p2331840.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
