Hi
am new to
JSF and I think its a simple problem.
I have 3 check boxes like:
A B C
What I want is when ever I select any of the check boxes and click the submit button I want to get the value of this check box.
my
jsp code is simple:
<TR>
<TH><h:selectBooleanCheckbox value="searchBeanQuery.iLinkSelected" immediate="true"/>
<h
utputText value="ILINK"/></TH>
<TH><h:selectBooleanCheckbox value="searchBeanQuery.hipHopSelected" immediate="true"/>
<h
utputText value="HIPHOP"/></TH>
<TH><h:selectBooleanCheckbox value="searchBeanQuery.falconSelected" immediate="true"/>
<h
utputText value="FALCON"/></TH>
</TR>
let me know. wiating for responses