Hello,
In simple Words. I have 3 Classes.
class Child1
{
Child2 child2;
}
class Child2
{
Child3 child3;
}
class Child3
{
Object object;
}
The mapped XML is normally this:
<child1>
<child2>
<child3>
gdgd
</child3>
</child2>
</child1>
Is it possible to show the XML like this with Castor mapping?
<child1>
gfdg
</child1>
--
View this message in context:
http://www.nabble.com/Possibly-Simple-Question-about-Child%2C-Child2%2C-Child3-tf4238665.html#a12060651
Sent from the Castor - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email