[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox for ManyToMany relationship
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Oct 23 11:44:16 EDT 2007
Each row of your datatable (and so group of checkboxes) refers to the same backing list so will overwrite it.
As for grouping, no, currently there is no easy way to use groups with s:selectItems (actually there is no easy way to use grouping with JSF at all that I can see). I filed a feature request, and I'll try to implement it soon.
In the meantime, your best bet is to return selectitemsgroups using f:selectItems (old-style JSF).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097957#4097957
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097957
More information about the jboss-user
mailing list