1 Reply Latest reply on May 19, 2007 2:06 PM by davidintx

    Validate two properties against each other

    jamesjoh

      I have two properties I'd like to validate against each other using Annotations if possible. I have constraints on two properties that they must always be within a certain range of each other. My first attempt was to try to use a Validator at the class level instead of the property level. However, that Validator never gets invoked. Does anyone have any suggestions on how I can accomplish my goal? Thank you.