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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to