Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - conversion support for
 selectManyCheckbox?

scott.stark@jboss.org

2007-05-07


Just wondering if there's any support for conversion for selectManyCheckbox. Currently my code looks something like this


|     <h:selectManyCheckbox value="#{someHome.instance.ofTypeSet}">
|      <s:selectItems value="#{someList.resultList}"
|                var="result"
|                label="#{result.labelName}"
|                noSelectionLabel="Please select"
|                hideNoSelectionLabel="true"/>
|     </h:selectManyCheckbox>
|
ofTypeSet looks something like

| private Set<Some_Entity> s = new HashSet<Some_Entity>();
|
By there seems to be some conversion errors even if I added s:convertEntity to it.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043712
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.