Hi, > If I understand the problem correctly: > These methods > > org.apache.myfaces.trinidad.validator.DoubleRangeValidator.saveState()/restoreState() > do not save the fields minimumSet/maximumSet of superclass > javax.faces.validator.DoubleRangeValidator:
I don't see a minimumSet/maximumSet field in javax.faces.validator.DoubleRangeValidator (looking at the MyFaces source). These fields aren't standard, no need to save/restore them. > How to fix this? when it is in the RI, ask the sun guys. > > > BTW: I don't yet understand why client side validation does not kick in even > before > the wrong value gets to the server. Interesting is, that I am also on JSF RI 1.2.x + Trinidad stack, works fine. So, feel free to file an issue, with details (and a test-case ?) -M > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org

