This is well within the contract for JSF - It simply says that the
value attribute of the UISelectMany should be an array or List - it doesn't say that
it is a PersistentBag.
PersistentBag is an implementation of java.util.List and i don't see any need in a
replacement of an existing and not empty PersistentBag, especially with an
Arrays.ArrayList - which is not a full implementation of the List interface.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060187#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...