>><parent childClass="mypackage.childClass">
>>   <child attribute1="value1" attribute2="value2"/>
>>   <child attribute1="value3" attribute2="value4"/>
>></parent>
>>
>>        digester.addObjectCreate("parent", "mypackage.parentClass");
>>        digester.addSetProperties("parent");
>>
>>    
>>
Did I misunderstand the meaning of the original post? I thought the
above example should create a mypackage.parentClass object which
contains 2 mypackage.childClass objects. Right?

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

Reply via email to