[richfaces-issues] [JBoss JIRA] Updated: (RF-5223) rich:listShuttle not firing onlistchanged event

Jonathan Moores (JIRA) jira-events at lists.jboss.org
Thu Dec 4 09:59:40 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Moores updated RF-5223:
--------------------------------

    Environment: Windows Vista x64 business, JSF 1.2_10, RF 3.3.0 BETA 2, Google Chrome  (was: Windows Vista x64 business, JSF 1.2_10, RF 3.3.0 BETA 2)
    Description: 
Trying to attach a4j:support to the onlistchanged event and nothing is firing. I tried the attribute too (removed a4j:support leaving only attribute). Also no joy.

<rich:listShuttle id="customerListShuffle1" sourceValue="#{documentBean.availableCustomers}" rows="25"
                                  listsHeight="150" onlistchanged="alert('listChanged');"
                                  targetValue="#{documentBean.current.customers}" var="customer"
                                  sourceCaptionLabel="Available Customers"
                                  targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
                                  converter="customerConverter" >
                    <a4j:support event="onlistchanged" reRender="emailToListShuffle" actionListener="#{documentBean.listChanged}" onsubmit="alert('test')"/>
                    <rich:column visible="false">
                        <h:outputText value="#{customer.custId}"/>
                    </rich:column>
                    <rich:column>
                        <h:outputText value="#{customer.custName}"/>
                    </rich:column>

                </rich:listShuttle>

NOTE: Google Chrome!! IE7 and firefox 3 works ok.

    


  was:
Trying to attach a4j:support to the onlistchanged event and nothing is firing. I tried the attribute too (removed a4j:support leaving only attribute). Also no joy.

<rich:listShuttle id="customerListShuffle1" sourceValue="#{documentBean.availableCustomers}" rows="25"
                                  listsHeight="150" onlistchanged="alert('listChanged');"
                                  targetValue="#{documentBean.current.customers}" var="customer"
                                  sourceCaptionLabel="Available Customers"
                                  targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
                                  converter="customerConverter" >
                    <a4j:support event="onlistchanged" reRender="emailToListShuffle" actionListener="#{documentBean.listChanged}" onsubmit="alert('test')"/>
                    <rich:column visible="false">
                        <h:outputText value="#{customer.custId}"/>
                    </rich:column>
                    <rich:column>
                        <h:outputText value="#{customer.custName}"/>
                    </rich:column>

                </rich:listShuttle>
    




Updated to note Google Chrome

> rich:listShuttle not firing onlistchanged event
> -----------------------------------------------
>
>                 Key: RF-5223
>                 URL: https://jira.jboss.org/jira/browse/RF-5223
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Windows Vista x64 business, JSF 1.2_10, RF 3.3.0 BETA 2, Google Chrome
>            Reporter: Jonathan Moores
>
> Trying to attach a4j:support to the onlistchanged event and nothing is firing. I tried the attribute too (removed a4j:support leaving only attribute). Also no joy.
> <rich:listShuttle id="customerListShuffle1" sourceValue="#{documentBean.availableCustomers}" rows="25"
>                                   listsHeight="150" onlistchanged="alert('listChanged');"
>                                   targetValue="#{documentBean.current.customers}" var="customer"
>                                   sourceCaptionLabel="Available Customers"
>                                   targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
>                                   converter="customerConverter" >
>                     <a4j:support event="onlistchanged" reRender="emailToListShuffle" actionListener="#{documentBean.listChanged}" onsubmit="alert('test')"/>
>                     <rich:column visible="false">
>                         <h:outputText value="#{customer.custId}"/>
>                     </rich:column>
>                     <rich:column>
>                         <h:outputText value="#{customer.custName}"/>
>                     </rich:column>
>                 </rich:listShuttle>
> NOTE: Google Chrome!! IE7 and firefox 3 works ok.
>     

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list