Either add getCustomerList() to your local interface and remove the @Out annotation, or
change the JSP to:
<h:selectOneMenu id="customer" value="#{I don't know what should
really go here}" required="true">
| <f:selectItems value="#{customerList}"/>
| </h:selectOneRadio>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980330#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...