[richfaces-issues] [JBoss JIRA] Resolved: (RF-1248) rich:scrollableDataTable + a4j:support - onrowclick actionListener always gets previously clicked row data

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Fri Oct 26 09:42:02 EDT 2007


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

Konstantin Mishin resolved RF-1248.
-----------------------------------

    Resolution: Done

> rich:scrollableDataTable + a4j:support - onrowclick actionListener always gets previously clicked row data
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: RF-1248
>                 URL: http://jira.jboss.com/jira/browse/RF-1248
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>         Environment: JBoss 4.2.0 GA
> JSF 1.2
> Facelets
> Firefox 2.0.0.8 as browser
>            Reporter: Yurii Kartsev
>         Assigned To: Konstantin Mishin
>             Fix For: 3.2.0
>
>
> While accessing scrollableDataTable from action listener, only previously clicked row is available. For example - we click on a row(with data "row1") for the first time, action listener is invoked, but scrollableDataTableSelection.getKeys().hasNext() gives false. We click on another row(with data "row2"), action listener is invoked again, scrollableDataTableSelection.getKeys().hasNext() gives true now, but as selected row we have row1!

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