enddy
Sep 8th, 2004, 09:14 AM
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.
private int id;
private java.lang.String Number;
private java.util.Set items;
}
for the "items" property, how to bind it from a form.