* validateDoubleRange now requires minimum and maximum attributes, else
   I get a client side validation error like "45 is larger than null".
   In ADF Faces I simply used <af:validateDoubleRange/> to ensure it is
   a double at all.

just fixed it

* The client side validation fails for fractional numbers. The text field
   correctly contain a value like "7,50" - using the "," as decimal separator
   like in German and most other non-english locales.
   Saving the form without changing anything at all gives a validation error
      "Fehler bei Formularvalidierung: Der Wert "7.50" ist keine Zahl"
   => "Error validating form: The value "7.50" is not a number".

wasn't seeing it. however, there was a similar issue, which already
has been fix.

can you give the latest trunk:
http://svn.apache.org/viewvc/myfaces/trinidad/

a shot ?

-M

Reply via email to