If your object is an entity and you don't have a particular reason to store the 
instruments as a Set (other than that is how seam-gen built the entity), you 
might consider just changing the Set<> to a List<> and HashSet<> to an 
ArrayList<>.  The persistence stuff will still work fine, and so will tags like 
<rich:dataTable>.

You can check out 
https://www.cs.sbcc.edu/strenn/cs129/Assn%20-%20Display%20Sales%20Order/Assn%20-%20Display%20Sales%20Order.htm
(Option A, section 2.8) for more concrete instructions.

Good luck.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106955
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to