[richfaces-issues] [JBoss JIRA] Resolved: (RF-1250) scrollableDataTable onchangeselection event never called
Maksim Kaszynski (JIRA)
jira-events at lists.jboss.org
Fri Oct 26 12:43:14 EDT 2007
[ 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
More information about the richfaces-issues
mailing list