"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

Reply via email to