[richfaces-issues] [JBoss JIRA] Updated: (RF-1250) scrollableDataTable onchangeselection event never called
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Fri Oct 26 12:41:01 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1250?page=all ]
Nick Belaevski updated RF-1250:
-------------------------------
Fix Version/s: 3.2.0
Assignee: Maksim Kaszynski
> 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