You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nestor Boscan (JIRA)" <ji...@apache.org> on 2007/10/30 03:08:41 UTC

[jira] Created: (WW-2277) Using wildcards on validation field names

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.