public class Invoice {
private int id;
private java.lang.String Number;
private java.util.Set items;
}


for the "items" property, how to bind it from a form.