SmartGWT 5 / FF 26
My bean contains a list of sub-beans.
My ds.xml for the bean declares the sub-beans field as type "subBeanDs" where subBeansDs defines the sub-bean.
However when I perform the fetch on the bean, the sub-beans field is returned as a single map, not a list.
How do I get the one-to-many relationship instead of a one-to-one?
My bean contains a list of sub-beans.
My ds.xml for the bean declares the sub-beans field as type "subBeanDs" where subBeansDs defines the sub-bean.
However when I perform the fetch on the bean, the sub-beans field is returned as a single map, not a list.
How do I get the one-to-many relationship instead of a one-to-one?