Hi.. I'm trying of databind a List<> of a class A.. I have a reference to another class B in the class A.
public class Customer{ public String name; public Person _person;}public class Person{ public String LastName;}.....