Please remove link to annotations above from the list:
http://struts.apache.org/development/2.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/annotations/RegexFieldValidator.html
El Jueves, 31 de Octubre de 2013 08:27:49 a.m., Antonio Sánchez
escribió:
"Preparable" and "exclude parameters" examples (at least) in:
http://struts.apache.org/release/2.3.x/docs/getting-started.html
<param name="expression"><![CDATA[\d{3}-\d{3}-\d{4}]]></param>
should be
<param name="regex"><![CDATA[\d{3}-\d{3}-\d{4}]]></param>
Documentation:
http://struts.apache.org/release/2.3.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/validators/RegexFieldValidator.html
http://struts.apache.org/development/2.x/xwork-core/apidocs/com/opensymphony/xwork2/validator/annotations/RegexFieldValidator.html
http://struts.apache.org/release/2.3.x/docs/regex-validator.html
states
Parameters: ... regexp - The RegExp expression
should be
regex instead of regexp.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org