Hi:

The bind-xml element supports a nested class mapping. I will need to
map item and order to 2 different elements. can this be done using
data-mapping. If i can be done can some one provide me with the
mapping.xml

Thanks
Kiran

Class A {

private int item;
private int order;

public int getItem(){
return item;    
}

public int getOrder(){
return order;
}

}



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

Reply via email to