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

2012-12-08 Thread Muhammad Gelbana
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 P

Re: Tapestry 5.3.6 requires Java 7

2012-12-08 Thread Howard Lewis Ship
This certainly was not intentional, and I could have sworn that 5.3.6 built on our CI server, which should also bee JDK 1.5. On Saturday, December 8, 2012, Beat Durrer wrote: > Hi all, how are you? :) > > I just started a new T5 App and thought it's a good time to choose the > latest version. > B

Re: Tapestry 5.3.6 requires Java 7

2012-12-08 Thread Bob Harner
I can state categorically that 5.3.6 does indeed work with JDK 1.6, at least in non-Mac environments. On Sat, Dec 8, 2012 at 8:33 PM, Howard Lewis Ship wrote: > This certainly was not intentional, and I could have sworn that 5.3.6 built > on our CI server, which should also bee JDK 1.5. > > On

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

2012-12-08 Thread Geoff Callender
See http://tapestry.1045711.n5.nabble.com/Safari-for-example-browser-history-and-form-exception-td4942074.html On 08/12/2012, at 10:09 PM, Muhammad Gelbana wrote: > I think this error occurs when you visit a similar url (through a GET > request, just by putting the following address in the bro