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