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

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Sat Mar 29 10:18:40 EDT 2008


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

Tsikhon Kuprevich closed RF-1248.
---------------------------------

    Assignee: Tsikhon Kuprevich  (was: Maksim Kaszynski)

> 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: Tsikhon Kuprevich
>             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