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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Sep 12 14:04:20 EDT 2008


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

Nick Belaevski resolved RF-4460.
--------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Ilya Shaikovsky  (was: Nick Belaevski)


				<a4j:commandLink ajaxSingle="true" id="deletelink"
					oncomplete="#{rich:component('deletePanel')}.show()">
					<h:graphicImage value="/images/icons/delete.gif" style="border:0"/>
					<a4j:actionparam value="#{row}" assignTo="#{dataTableScrollerBean.currentRow}" name="params"/>
					<rich:toolTip value="Delete"></rich:toolTip>
				</a4j:commandLink>



> 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: Ilya Shaikovsky
>
> 		<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