Thank you for your help! Adding the nodeName fixes this issue. I didn’t really know what I should have added as a node name so I just guessed nothing. I have a related question for you though. It has to do with the PropertyNode in the path returned by constraintViolation.getPropertyPath(). The string for that node comes out as expected: componentValidatorText[0], but I expected that isInIterable() would return true and that {{getIndex()}}would return 0. But, they do not. They return false and null instead. My question is why is that? If there is a RTFM somewhere that I need to look at, just let me know. TIA |