You mean in the source code of those apps?

I have checked the source and looks ok.

2013/10/31 Antonio Sánchez <[email protected]>:
> "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: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to