Re: Odd results with get vs post for an action and form

2017-10-15 Thread Dave Weis
On Sun, Oct 15, 2017 at 1:30 AM, Yasser Zamani wrote: > > On 10/15/2017 4:23 AM, Dave Weis wrote: > > If I set the method in the form to "get" it works fine but if I > > leave it to default to "post" I receive the following error. > > It seems you have REST Plugin in your box and when you use http

Re: Odd results with get vs post for an action and form

2017-10-14 Thread Yasser Zamani
On 10/15/2017 4:23 AM, Dave Weis wrote: > If I set the method in the form to "get" it works fine but if I > leave it to default to "post" I receive the following error. It seems you have REST Plugin in your box and when you use http post method, Struts looks for a method named `create` on your

Odd results with get vs post for an action and form

2017-10-14 Thread Dave Weis
Hello I'm having an odd problem trying to make a simple form that submits to an action. If I set the method in the form to "get" it works fine but if I leave it to default to "post" I receive the following error. Thanks for any help dave --- ERROR Dispatcher Coul