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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...