Hi!!

I hope you're not boring with me! I have a lot of questions... 

The most important question I have is this:

The A class has 3 attributes: 

private string a1;
private string a2;
private B bObject;

where B class has string b1 attribute.

I want to write a mapping for the A class so as to generate an XML with this
structure:

class name="A"
   |
    -a1 
   |
    -bObject
     | 
      - a2  <<------- how can I insert A's attribute in the mapping of B?
     |
      - b1
   
I hope someone has understand me. Thanks!!

Regards. 
-- 
View this message in context: 
http://www.nabble.com/A-class%27s-attribute-inside-B-class-in-XML-tf3974727.html#a11282671
Sent from the Castor - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to