[richfaces-issues] [JBoss JIRA] Created: (RF-4460) actionparam doesn't put object to request

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Sep 12 08:33:21 EDT 2008


actionparam doesn't put object to request
-----------------------------------------

                 Key: RF-4460
                 URL: https://jira.jboss.org/jira/browse/RF-4460
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


		<rich:dataTable value="#{dataTableScrollerBean.allCars}"
			var="category" rows="20">
..
			<rich:column>
				<f:facet name="header">
						Actions
					</f:facet>
				<a4j:commandLink value="Edit" action="#{dataTableScrollerBean.action}"
					oncomplete="#{rich:component('panel')}.show()"> 
					<f:setPropertyActionListener value="#{category}" target="#{dataTableScrollerBean.currentItem}" />
				</a4j:commandLink>
			</rich:column>
...

works fine. But if you replace setPropertyActionListener with action param - the category object will not be put into request.

-- 
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