"[EMAIL PROTECTED]" 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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
