I've patched RulesBase to accept /foo/bar/* matches. Wondering if
anyone's interested in the patch.

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.

Regards,
Kelvin

--------
The book giving manifesto     - http://how.to/sharethisbook



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to