Does Castor 0.9.3 handle references, as inferred by Keith earlier?  I
tried the technique that he suggested:


<class name="Foo" identity="title">
   <field name="title" type="string">
      <bind-xml name="title" node="attribute"/>
   </field>
   ....
</class>

<class name="Referrer">
   <field name="aFoo" type="Foo">
      <bind-xml node="attribute" reference="true"/>
   </field>
</class>

The master List of Foo objects is being written out by the root object
(all the contained Foo objects are enumerated in the list).

I do the above but I still get "Referrer" being written out with "aFoo"
as a complete dump of the Foo object.  Any ideas on what I'm doing
wrong??

- Drew
--
Drew Davidson
Chief Scientist/Director, Research & Development
OGNL Research Labs
(520) 531-1966
(520) 370-5117 (cell)
(520) 531-1965 (fax)
[EMAIL PROTECTED]
http://www.paintyourselfsilly.com
http://www.ognl.org

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to