Say an there is an xml of the following structure <E1> <e2>a</e2> <e3>b</e3> <e4>c</e4> </E1>
Is there a way to Map e2 to one class and e3 & e4 to another. Say my class is like this. Class E1 string e2 Class E2 string e3 string e4 How do i map these objects Thanks, Thiaau -- View this message in context: http://www.nabble.com/Mapping-one-complex-type-to-Multiple-objects-tf4312201.html#a12276731 Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

