[richfaces-issues] [JBoss JIRA] (RF-9417) a4j:ajax doesn't work with selectManyCheckbox

John K (JIRA) jira-events at lists.jboss.org
Mon Oct 28 13:02:02 EDT 2013


    [ https://issues.jboss.org/browse/RF-9417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12825326#comment-12825326 ] 

John K commented on RF-9417:
----------------------------

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/application/src/main/webapp/components/a4jAjax/hSelectManyCheckbox.xhtml (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


More information about the richfaces-issues mailing list