Using wildcards on validation field names
-----------------------------------------
Key: WW-2277
URL: https://issues.apache.org/struts/browse/WW-2277
Project: Struts 2
Issue Type: Improvement
Components: Validation
Affects Versions: Future
Reporter: Nestor Boscan
Priority: Minor
It would be nice if I can use wildcards in validation field names
<field name="*name">
This would resolve the issue of validating collection attributes
<field name="collection[*].attribute">
Even collection inside collection attributes
<field name="collection[*].collection[*].attribute">
and other complicated model objects
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.