Hello,
I've been using the betwixt BeanWriter and BeanReader and encountered a problem. When
I write a bean the resulting XML is as follows:
<data id="1">
<elements>
<element id="2">
<nested id="3">
<value>foo</foo>
</nested>
</element>
<element id="4">
<nested idref="3"/>
</element>
</elements>
</data>
Then, when I read it back in, the reference to the first <nested/> element isn't
resolved. Instead, the second element object is populated with a newly created, and
thus empty, nested object. Am I doing something wrong? I'm using the latest CVS code
and the default betwixt rules.
Regards,
Tomas Viberg <[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>