Naming conventions for xml elements of *-validation.xml files are inconsistent
------------------------------------------------------------------------------
Key: WW-3074
URL: https://issues.apache.org/struts/browse/WW-3074
Project: Struts 2
Issue Type: Improvement
Reporter: Chris Mawata
Names of validators are all lower case but the names of their parameters are
camel case
e.g.
<field-validator type="stringlength">
<param name="maxLength">25</param>
<message>...</message>
</field-validator>
Since they are literal strings you don't notice unless you have tests for your
validations
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.