[jboss-user] [JBoss Seam] - Re: getter called but property not found?

gavin.king@jboss.com do-not-reply at jboss.com
Tue Oct 24 07:27:23 EDT 2006


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#3980330

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980330



More information about the jboss-user mailing list