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.
Type: Posts; User: enddy; Keyword(s):
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.