[richfaces-issues] [JBoss JIRA] Created: (RF-1250) scrollableDataTable onchangeselection event never called
David Steinkopff (JIRA)
jira-events at lists.jboss.org
Fri Oct 26 03:19:06 EDT 2007
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
<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
More information about the richfaces-issues
mailing list