one check box to select other check boxes in jsf
Posted
by mudassar
on Stack Overflow
See other posts from Stack Overflow
or by mudassar
Published on 2010-05-28T12:47:51Z
Indexed on
2010/05/28
12:52 UTC
Read the original article
Hit count: 311
jsf
I have two kind of check boxes. One is a simple check box e.g t:selectBooleanCheckbox and another list t:selectBooleanCheckbox dynamically generated. I want to control this list with the single check box. e.g. when it is selected or deselected, similar action should take place for the list as well. Help please :)
© Stack Overflow or respective owner