[
https://issues.jboss.org/browse/RF-11339?page=com.atlassian.jira.plugin.s...
]
Brendan Healey commented on RF-11339:
-------------------------------------
This explains something I've seen. As a simple workaround you can have something
like this:
<rich:extendedDataTable id="mytable" selectionMode="single">
<a4j:ajax event="selectionchange" render="mytable"/>
The presence of render="mytable" prevents multiple rows being highlighted,
however
you are aware of a server round-trip-delay between the click and the row being
highlighted.
selection hangs in extendedDataTable when there are more than one
table in the view
-----------------------------------------------------------------------------------
Key: RF-11339
URL:
https://issues.jboss.org/browse/RF-11339
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: GlassFish 3.1, and Chrome 13
Reporter: Morten Ludvigsen
Assignee: Lukáš Fryč
Labels: ExtendedDataTable, selection
Fix For: 4.1.0.Milestone3
I have a problem with selection in extendedDataTables when there are two tables in the
view.
Some of the selections are not removed when a new row is selected.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira