Re: [S2] Bug v2.1.0 for double and int validation

2007-08-06 Thread mleneveut
Here is a sample application containing the test pages : http://oughacom.free.fr/Java/Test.war mleneveut wrote: > > Hi, > > I try to validate a double, but it generates this in my JSP : > > // field name: familleProduit.chargeTravail > // validator name: double > if (f

RE [S2] Bug v2.1.0 for double and int validation

2007-08-02 Thread MLENEVEUT
Same with int validation. generates : // field name: familleProduit.chargeTravail // validator name: int if (form.elements['familleProduit.chargeTravail']) { field = form.elements['familleProduit.chargeTravail'];