[jboss-user] [JBoss Seam] - Re: DataModel/dataTable for rendering 2 tables

trickyvail do-not-reply at jboss.com
Mon Oct 8 17:18:44 EDT 2007


Just a hunch here, but is your collection a Set? JSF does not iterate correctly through sets. If you are using a set, try changing it to a List, or creating a transient method that instantiates and returns a new ArrayList constructed from the set.

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

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



More information about the jboss-user mailing list