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 confir

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? t

RE: RegexFieldValidator

2008-10-07 Thread Gundersen, Richard
: Gundersen, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 11:09 AM To: Struts Users Mailing List Subject: RegexFieldValidator Sorry, basic question but my RegexFieldValidator isn't working quite as I thought it would. I just want to be able to specify a decimal point,

RegexFieldValidator

2008-10-07 Thread Gundersen, Richard
Sorry, basic question but my RegexFieldValidator isn't working quite as I thought it would. I just want to be able to specify a decimal point, so I escape the dot, but the compiler complains. Could someone tell me how to specify 12345.67 as a regex for this? ^[0-9]{1,5}\.[0