[jboss-user] [JBoss Seam] - Re: <h:selectBooleanCheckbox>

pete.muir@jboss.org do-not-reply at jboss.com
Thu Oct 11 08:14:25 EDT 2007


h:selectBooleanCheckbox is an input not output component.  It takes a value binding in value.  If you just want to output ticked checkboxes use

<ui:repeat ...>
  |    <input type="checkbox" checked />

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094024



More information about the jboss-user mailing list