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

2007-08-06 Thread mleneveut
; if (field.value != null) { > var value = parseFloat(field.value); > if (false || > false) { > addError(field, error); > errors = true; > } > } > } > > I cr

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

2007-08-06 Thread mleneveut
false) { addError(field, error); errors = true; } } } I created an issue : https://issues.apache.org/struts/browse/WW-2084 If someone has an idea on how to bypass this error... Thanks. -- View this message in contex

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'];