Primefaces Chips Web Component - SizeValidatorForCharSequence

Hi @Marcel,

So, indeed, it’s an Hibernate Validator issue. Basically you’re expected to follow the Java Bean rules so your getter should be consistent with your property.

So in the end, you would need a getTagList() method instead of getTags() to make it work.

Your case is interesting because we could probably decide that the getter is not relevant given its return type but I’m not sure we would want to go down this way.

For now, it would be better to just adapt your code.