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

Nick Belaevski resolved RF-8336.
--------------------------------

    Resolution: Cannot Reproduce Bug


Couldn't reproduce the problem in 4.x:

                        <ul>
                                <a4j:repeat value="#{repeatBean.dataList}" 
var="item"
                                        iterationStatusVar="status">
                                        <li>
                                                <a4j:commandLink value="Link" 
render="group">
                                                        <a4j:param 
value="#{item.text} +" assignTo="#{repeatBean.selectedDataItem}" />
                                                </a4j:commandLink> 
                                                #{status}
                                        </li>
                                </a4j:repeat>
                        </ul>
 

> UIDataAdaptor: events broadcasting is happening with wrong client id
> --------------------------------------------------------------------
>
>                 Key: RF-8336
>                 URL: https://jira.jboss.org/browse/RF-8336
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 3.3.2.SR1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 4.0.0.Milestone1
>
>
> The following code:
>                       <rich:dataTable var="top" value="#{forum5Bean.data}" 
> rowKeyVar="row">
>                               <rich:column>
>                                       <h:outputText value="#{top}" />
>                                       <a4j:commandButton value="Delete">
>                                               <a4j:actionparam value="#{row}" 
>                                                       
> assignTo="#{forum5Bean.itemValue}" />
>                                       </a4j:commandButton>
>                               </rich:column>
>                       </rich:dataTable>
> doesn't work because parameter is submitted with name=clientId (i.e. 
> including row number), but in the time of event broadcast, clientId of 
> a4j:actionparam component doesn't include row index.

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to