[richfaces-issues] [JBoss JIRA] Updated: (RF-2974) actionparam assign to doesn't work under MyFaces

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Apr 4 07:44:23 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2974?page=all ]

Nick Belaevski updated RF-2974:
-------------------------------

    Fix Version/s: 3.2.1

> actionparam assign to doesn't work under MyFaces
> ------------------------------------------------
>
>                 Key: RF-2974
>                 URL: http://jira.jboss.com/jira/browse/RF-2974
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0, 3.1.4
>         Environment: MyFaces 1.1.5 (RF 3.1.4)
> RF 3.2.0 SNAPSHOT, RF 3.1.4 GA
>            Reporter: Ilya Shaikovsky
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.1
>
>
> 				<rich:column>
> 					<f:facet name="header">
> 						<h:outputText value="Action" />
> 					</f:facet>
> 					<a4j:commandButton value="Delete" id="del" oncomplete="Richfaces.showModalPanel('panel')">
> 						<t:updateActionListener property="#{capitalsBean.capitalToRemove}" value="#{cap}"/>
> 					</a4j:commandButton>
> 				</rich:column>
> works and 
> 				<rich:column>
> 					<f:facet name="header">
> 						<h:outputText value="Action" />
> 					</f:facet>
> 					<a4j:commandButton value="Delete" id="del" oncomplete="Richfaces.showModalPanel('panel')">
> 						<a4j:actionparam name="del" assignTo="#{capitalsBean.capitalToRemove}" value="#{cap}"/>
> 					</a4j:commandButton>
> 				</rich:column>
> doesn't

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

        



More information about the richfaces-issues mailing list