[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox replaces PersistentBag with Arrays.
pete.muir@jboss.org
do-not-reply at jboss.com
Mon Jul 2 06:41:56 EDT 2007
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.
So, yes, the UISelectMany did replace the collection, as it is allowed to do. The only work around I can see is to deal with this in your code (action method).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059571#4059571
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059571
More information about the jboss-user
mailing list