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

Re: Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-14 Thread Matias Rodriguez
Great! Thank you! El 14 oct. 2017 03:40, "Yasser Zamani" escribió: > > > On 10/13/2017 6:29 PM, Matias Rodriguez wrote: > > IMHO > > the limitation should be done by a formatter, not in a converter, > > delegating the formatting to the user's hands. > > I agree. Please track the resolution on th