selectBooleanCheckbox not working after 3.2
-------------------------------------------
Key: RF-2990
URL:
http://jira.jboss.com/jira/browse/RF-2990
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: jboss, richfaces 3.2 seam 2.0
Reporter: Kulvinder Singh
boolean checkbox with ajax support failed after upgraded to richfaces 3.2
earlier the method was getting called without any problem but now it is not getting called
at all
<h:selectBooleanCheckbox value="#{obj.selected}"
id="selection" >
<a:support id="selectionSupport" event="onclick"
ajaxSingle="true" immediate="true" ></a:support>
</h:selectBooleanCheckbox>
obj.setSelected() was getting called before RF 3.2 but now does nto called
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira