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

Maksim Kaszynski (JIRA) jira-events at lists.jboss.org
Sat Mar 29 09:12:40 EDT 2008


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

Work on RF-1248 started by 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: Maksim Kaszynski
>             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