"david.spark" wrote : | Using the h:outputText in the above code I can see the problem is that the ID's of the entity beans are different between the saved value and the values in the list. I'm wondering if part of the problem is that webUser is session scoped and that maleTops is a framework query defined in components.xml meaning I'm getting 'different' entities back. |
Override the equals() and hashCode() of the entity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094454#4094454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094454 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
