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
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
: 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,
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
4 matches
Mail list logo