[
https://issues.jboss.org/browse/RF-9417?page=com.atlassian.jira.plugin.sy...
]
John K edited comment on RF-9417 at 10/28/13 1:04 PM:
------------------------------------------------------
doesn't work for me. I have tried a lot of different events
{noformat}
<h:dataTable value="#{bean.someList}" var="listItem">
<h:column>
<h:selectBooleanCheckbox value="#{listItem.BooleanField}" >
<f:ajax event="select" execute="@this" /> // the same for
<a4j:ajax ......
</h:selectBooleanCheckbox>
</h:column>
</h:dataTable>
this piece of code does nothing : (
but in case with no iterable around , just
<h:selectBooleanCheckbox value="#{bean.BooleanField}" >
<f:ajax event="select" execute="@this" /> // the same for
<a4j:ajax ......
</h:selectBooleanCheckbox>
{noformat}
this works fine
was (Author: ikos2201):
doesn't work for me. I have tried a lot of different events
<h:dataTable value="#{bean.someList}" var="listItem">
<h:column>
<h:selectBooleanCheckbox value="#{listItem.BooleanField}" >
<f:ajax event="select" execute="@this" /> // the same for
<a4j:ajax ......
</h:selectBooleanCheckbox>
</h:column>
</h:dataTable>
this piece of code does nothing : (
but in case with no iterable around , just
<h:selectBooleanCheckbox value="#{bean.BooleanField}" >
<f:ajax event="select" execute="@this" /> // the same for
<a4j:ajax ......
</h:selectBooleanCheckbox>
this works fine
a4j:ajax doesn't work with selectManyCheckbox
---------------------------------------------
Key: RF-9417
URL:
https://issues.jboss.org/browse/RF-9417
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0.20101004-M3 r.19446
Metamer 4.0.0-SNAPSHOT r.19446
Mojarra 2.0.2-FCS
JBoss AS 6.0.0.20100911-M5
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
MSIE 8.0, MSIE 7.0 @ Windows
Reporter: Pavol Pitonak
Assignee: Nick Belaevski
Fix For: 4.0.0.Milestone3
The following h:selectManyCheckbox with a4j:ajax doesn't work in IE 7 and IE 8. It
works fine in Chrome and Firefox.
http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk/appl...
(r. 19447)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira