selectonemenu « Glassfish « JSF Q&A





1. JSF Add to selectOneMenu from a List    stackoverflow.com

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 ...