You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/01/23 06:32:12 UTC

DO NOT REPLY [Bug 16350] New: - Wildcard matching with "/*"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16350

Wildcard matching with "/*"

           Summary: Wildcard matching with "/*"
           Product: Commons
           Version: 1.3 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Digester
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: kelvint@apache.org


Accept /foo/bar/* matches.
So digester.addBeanPropertySetter("foo/bar/*);

will work with

<foo>
<bar>
<propertyA>snafu</propertyA>
<propertyB>snafu</propertyB>
</bar>
</foo>

where propertyA and propertyB are bar Javabean properties.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>