I've seen this error message when I was playing with an automatic (timed)
page refresh with a bit of javascript that did a location.reload.  After a
form submission the auto-refresh generated a URL like /pagename.form which
caused this form-get exception.  Yeah, it's a long shot but I thought I'd
throw it out there in case there's some funky javascript going on.


On Sun, Mar 3, 2013 at 6:54 PM, Lance Java <lance.j...@googlemail.com>wrote:

> Your first error is:
> [ERROR] ioc.Registry Forms require that the request method be POST and that
> the
> t:formdata query parameter have values.
>
> Sounds to me like your phone's browser is either:
> 1. Attempting to hit a form submit URL with a GET when it should be a POST.
> 2. Its sending a POST request to the submit URL but it hasn't included the
> t:formdata parameter (an implicit hidden field included in all forms)
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/ioc-registry-error-after-webapp-running-all-day-night-on-tomcat-tp5720312p5720317.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
>
>

Reply via email to