[richfaces-issues] [JBoss JIRA] Reopened: (RF-4813) actionparam not working in rich:dataTable

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Dec 31 06:53:54 EST 2008


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

Alexander Dubovsky reopened RF-4813:
------------------------------------

      Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


Actionparam in the following code does not work.

<rich:dataGrid columns="4" elements="12" value="#{gamesCreate.friends}" var="friend">
  <a4j:commandButton reRender="opponent" value="Update">
    <a4j:actionparam assignTo="#{gamesCreate.guestId}" value="#{friend.id}" />
  </a4j:commandButton>
</rich:dataGrid>

setGuestId(...) is never called.

However, if use it outside of the dataGrid it does work.


> actionparam not working in rich:dataTable
> -----------------------------------------
>
>                 Key: RF-4813
>                 URL: https://jira.jboss.org/jira/browse/RF-4813
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>


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