On Sun, 03 Mar 2013 20:54:45 -0300, 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)

And this is all completely unrelated to Tapestry IoC, contrary to what the subject of this thread says.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to