[jboss-user] [JBoss Seam] - Re: How to use si:selectItems with an object that has a Stri

damianharvey do-not-reply at jboss.com
Sat Feb 10 08:38:11 EST 2007


I'm facing the same problem with a Seam-gen application.

It works fine if I don't use the EntityHome - ie:
<h:selectOneMenu value="#{customer.customerType}" id="customerType">
rather than 
<h:selectOneMenu value="#{customerHome.instance.customerType}" id="customerType">

Unfortunately this means changing all of the code that was generated. Any chance that a fix has been done for this?

Thanks,

Damian.

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

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



More information about the jboss-user mailing list