[jboss-user] [JBoss Seam] - Re: EL expression for accessing a set?

sstrenn do-not-reply at jboss.com
Wed Nov 21 21:17:11 EST 2007


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



More information about the jboss-user mailing list