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

2007-10-11 Thread kannattaa
i use seam 2.0.0.BETA1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093876#4093876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093876 ___ jboss-user mailing list

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

2007-10-11 Thread thejavafreak
Why did you use ui:repeat? Why not use c:forEach ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093883#4093883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093883 ___

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

2007-10-11 Thread [EMAIL PROTECTED]
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=bbop=viewtopicp=4094024#4094024

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

2007-10-11 Thread kannattaa
[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

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

2007-10-11 Thread [EMAIL PROTECTED]
kannattaa wrote : [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