Please provide a trimmed down version of the form, the action bean and the struts.xml file (if there is one) showing the issue.
On Thu, 2010-07-01 at 15:04 +0800, Stephane Cosmeur wrote: > Hello struts users > > We are facing a strange problem. We submit a form with textfields which > contain some float numbers. > When the entity is loaded the numbers appears in the textfield like this : > x.x > But when we submit the form, it is the input result which is returned. If we > change the numbers like this : x,x the form is accepted. > According to our research, it would be a problem of conversion type in > ognl. > > We are working on Struts 2.0.3, and we tried Struts 2.1.8.1 and the problem > persisted. > > Any help would be greatly accepted ! > > Regards