Forms require that the request method be POST and that the t:formdata query parameter have values.

2016-01-18 Thread Robson Pires
Hi, In one of my environments I am facing this problem: Forms require that the request method be POST and that the t:formdata query parameter have values. Any idea about what causes of this problem? Thank you, Rob Pi

Re: T5.3.8 ClassNotFound error ONLY when running on a virtualized server?!

2016-01-18 Thread Andreas Fink
Hi George. Are you sure the specific directory and its content is readable by Tomcat? Maybe some File-specific exceptions get silently catched on the way and substituted with 'null' instead of empty array. Just my 2c. Cheers, Andi. On 18 Jan 2016, at 2:06 , George Ludwig wrote: > At that > t

Re: Forms require that the request method be POST and that the t:formdata query parameter have values.

2016-01-18 Thread Bob Harner
This probably deserves to be added to Tapestry's FAQ page. It's quite common with Tapestry apps. If your app is on a publicly site then it is a common result of bots crawling your site and submitting any forms that they finds. If it isn't on a public site then it may be a browser (e.g. certain ver

Re: T5.3.8 ClassNotFound error ONLY when running on a virtualized server?!

2016-01-18 Thread George Ludwig
Andreas, yes, I am 100% certain that the specific directories are readable and writable by Tomcat. In fact, prior to this exception being thrown, a different file is successfully read and written. Still scratching my head. On Mon, Jan 18, 2016 at 12:04 PM, Andreas Fink wrote: > Hi George. > > A

Re: T5.3.8 ClassNotFound error ONLY when running on a virtualized server?!

2016-01-18 Thread Kalle Korhonen
In my experience, the "weird errors" you see in virtualized production environments where JVM is unrestricted (unlike Google App Engine or RedHat OpenShift) are almost never caused by the environment itself but some small, fairly simple differences between your dev/test and production environments.

RE: T5.3.8 ClassNotFound error ONLY when running on a virtualized server?!

2016-01-18 Thread A G
Fyi, Tapestry 5.8 does not work on Google App engine. And no one seems to realize that or care. That's why this is the worst release ever! It actually regress instead of becoming better. > Date: Mon, 18 Jan 2016 18:46:29 -0800 > Subject: Re: T5.3.8 ClassNotFound error ONLY when running on a virt