Re: Use RegexFieldValidator with multiple values

2015-10-30 Thread Lukasz Lenart
2015-10-29 22:37 GMT+01:00 JOSE L MARTINEZ-AVIAL : > Hello, >I'm trying to use @RegexFieldValidator to validate a parameter that can > have multiple values. It seems that the class RegexFieldValidator can only > be used for a single String, not an String[]. Can someone confirm it, and > if so,

Use RegexFieldValidator with multiple values

2015-10-29 Thread JOSE L MARTINEZ-AVIAL
Hello, I'm trying to use @RegexFieldValidator to validate a parameter that can have multiple values. It seems that the class RegexFieldValidator can only be used for a single String, not an String[]. Can someone confirm it, and if so, is there any alternative to validate all the values? thanks