[
http://jira.jboss.com/jira/browse/RF-1250?page=all ]
Maksim Kaszynski resolved RF-1250.
----------------------------------
Resolution: Rejected
David, event is called onselectionchange.
scrollableDataTable onchangeselection event never called
--------------------------------------------------------
Key: RF-1250
URL:
http://jira.jboss.com/jira/browse/RF-1250
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Reporter: David Steinkopff
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
<rich:scrollableDataTable
width="100%" height="240px"
value="#{controller.list}" var="element"
selection="#{controller.selection}"
rendered="#{not empty controller.list}">
<a4j:support event="onchangeselection"
action="#{controller.action}" />
...
</rich:scrollableDataTable>
In this example my controller.action method will be never called.
<rich:scrollableDataTable
width="100%" height="240px"
value="#{controller.list}" var="element"
selection="#{controller.selection}"
rendered="#{not empty controller.list}">
<a4j:support event="onRowClick"
action="#{controller.action}"/>
...
</rich:scrollableDataTable>
By this example all will work fine, but with the limitation that keyboard only change
events haven´t a effect in my application.
--
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