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

kannattaa do-not-reply at jboss.com
Thu Oct 11 10:48:42 EDT 2007


"pete.muir at jboss.org" wrote : 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 />

1) outside the loop the selectBooleanCheckbox renders its value properly.
2) in fact,  i have non static values, but i've simplified it to post trivial example.

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

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



More information about the jboss-user mailing list