[richfaces-issues] [JBoss JIRA] Created: (RF-8336) UIDataAdaptor: events broadcasting is happening with wrong client id

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Feb 1 06:04:19 EST 2010


UIDataAdaptor: events broadcasting is happening with wrong client id
--------------------------------------------------------------------

                 Key: RF-8336
                 URL: https://jira.jboss.org/jira/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.BETA1


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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list