I think this error occurs when you visit a similar url (through a GET request, just by putting the following address in the browser's address bar and hitting enter):
http://localhost/pagename.formid This url is the "action" attribute value for the form element. It should be using within an http POST request, not a GET request. Or may be your form's "method" attribute value is "get" ?! On Sat, Dec 8, 2012 at 4:02 AM, TG <tapestry...@hotmail.com> wrote: > In 5.3.6, I got this error if I use a form based submission. How do I avoid > this? There was no such error prior to 5.3.6. > > Thanks. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Forms-require-that-the-request-method-be-POST-and-that-the-t-formdata-query-parameter-have-values-tp5718554.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >