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
Same with int validation.
generates :
// field name: familleProduit.chargeTravail
// validator name: int
if (form.elements['familleProduit.chargeTravail']) {
field = form.elements['familleProduit.chargeTravail'];
2 matches
Mail list logo