Re: tapestrydoc is an unknown tag

2014-05-19 Thread Nathan Quirynen
Noone here that has an idea what I could be doing wrong? On 12/05/14 15:31, Nathan Quirynen wrote: Hi, I'm working on a Tapestry component library and wanted to add javadoc. _I added the following to my pom.xml:_ reporting plugins plugin

Forms require that the request method be POST

2014-05-19 Thread George Christman
Hi Everyone, I'm using 5.4 and I've continued to randomly see this exception popup in multiple applications. I'm wondering what it means and how to fix it. Thanks. Forms require that the request method be POST and that the t:formdata query parameter have

Re: Forms require that the request method be POST

2014-05-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 May 2014 09:37:44 -0300, George Christman gchrist...@cardaddy.com wrote: Hi Everyone, I'm using 5.4 and I've continued to randomly see this exception popup in multiple applications. I'm wondering what it means and how to fix it. Thanks. Very probably bots crawling your site. --

Re: Forms require that the request method be POST

2014-05-19 Thread George Christman
In this particular case the application sits behind a firewall with no public access so I don't believe this is bot activity. Do you have any other thoughts? On May 19, 2014 10:00 AM, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Mon, 19 May 2014 09:37:44 -0300, George Christman

Re: Forms require that the request method be POST

2014-05-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 May 2014 11:44:06 -0300, George Christman gchrist...@cardaddy.com wrote: In this particular case the application sits behind a firewall with no public access so I don't believe this is bot activity. Do you have any other thoughts? Do you have any information on when this

Re: Forms require that the request method be POST

2014-05-19 Thread George Christman
Let me do some more homework now that I at least now how it's thrown. Thanks Thiago. On Mon, May 19, 2014 at 10:54 AM, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Mon, 19 May 2014 11:44:06 -0300, George Christman gchrist...@cardaddy.com wrote: In this particular case the

Re: tapestry+jboss live class reloading problem

2014-05-19 Thread leandroaispuru
Hi Thiago, Thanks for your answer. I understand perfectly what you say. Now i am looking for someone that has the same enviroment as me (tapestry+maven+jboss+jboss tools) with some tapestry lib included in the main project in order to know if there is some configuration i am missing. Is there

Re: Forms require that the request method be POST

2014-05-19 Thread Kristian Marinkovic
Hi, check if it is the same client. i once had the same problem. After several hours of investigation it was a developer with a browser plugin (web developer) which enabled converting form post requests to get requests. hope this helps. g, Kris On Mon, May 19, 2014 at 5:55 PM, George

Re: Forms require that the request method be POST

2014-05-19 Thread Eugen
Hi, I have had this kind of exception then i tried to submit a form programmatically from an Applet (HttpClient) without sending the formData field. 2014-05-19 22:31 GMT+02:00 Kristian Marinkovic kristian.marinko...@gmail.com: Hi, check if it is the same client. i once had the same problem.

Re: Forms require that the request method be POST

2014-05-19 Thread George Christman
Thanks for the tips guys, I'll see if I can find the culprit now that I know why it's happening. On Mon, May 19, 2014 at 5:52 PM, Eugen eugens...@gmail.com wrote: Hi, I have had this kind of exception then i tried to submit a form programmatically from an Applet (HttpClient) without sending