I have separate *.jar containing custom form-component validators. (in the *.jar file, there are only validators - no other Components, no WebPage(s), no WebApplication)
MY QUESTION: Which *.properties file should I create for these validators, so the validator classes and their default messages can be contained together in one *.jar?
