for the "items" property, how to bind it from a form.Code:public class Invoice {
private int id;
private java.lang.String Number;
private java.util.Set items;
}
Printable View
for the "items" property, how to bind it from a form.Code:public class Invoice {
private int id;
private java.lang.String Number;
private java.util.Set items;
}