[jboss-user] [JBoss Seam] - Re: ClassCastException with ArrayList when implementing Sele

forumer do-not-reply at jboss.com
Wed Nov 15 22:45:07 EST 2006


Do you mean I need to debug Seam source code or is there another way you are referring to?

Even if I replace the problem xhtml with the following, I still get the same error! Do you think this could be problem because I am using 4.0.4.CR2 and Seam 1.0.1.GA?

Thanks for your help!


  | 
  |            <h:selectOneMenu id="creditCardExpiryYear" value="#{fleetManagerAdmin.creditCardExpiryYear}">
  |               <f:selectItem itemLabel="2005" itemValue="2005"/>
  |               <f:selectItem itemLabel="2006" itemValue="2006"/>
  |               <f:selectItem itemLabel="2007" itemValue="2007"/>
  |               <f:selectItem itemLabel="2008" itemValue="2008"/>
  |               <f:selectItem itemLabel="2009" itemValue="2009"/>
  |            </h:selectOneMenu>
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986379#3986379

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



More information about the jboss-user mailing list