hi Tomas i think that this is quite probably a bug/unimplemented feature.
i've added this to the to do list. you might like to add this as a bug to bugzilla. that way (i think) you'll get emailed automatically when it's been fixed. - robert On Sunday, July 14, 2002, at 01:15 PM, Tomas Viberg wrote: > 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]. > org> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]. > org> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
