This looks OK. The POST is the form submittion. And the GET is after setResponsePage(Class, PageParameters)
I don't see how the POST parameters appear in the final url. As we can see they are not in the redirect url (the GET one). On Mon, Jan 28, 2013 at 8:54 PM, heikki <[email protected]> wrote: > Checking with Firebug, when I click the submit button it appears to do a > POST > followed by a GET: > > POST > > http://localhost:8080/webappname/mountedpagepath;jsessionid=0F040B88573ADE2932D8D41DF3845DA1?0-1.IFormSubmitListener-myForm&txt=userprovided > > GET > http://localhost:8080/webappname/mountednextpagepath?2&txt=userprovided > > Any ideas ? > > thanks > Heikki Doeleman > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-prevent-form-input-appended-as-URL-parameters-tp4655843p4655847.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
