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
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
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
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
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.
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