I have a List object which hold School.Id, School.Name, and School.Address . I need to list all the School.Name in a selectOneMenu List box. How will be the Java code and the ...