[richfaces-issues] [JBoss JIRA] Assigned: (RF-1250) scrollableDataTable onchangeselection event never called

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Dec 26 05:06:43 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1250?page=all ]

Tsikhon Kuprevich reassigned RF-1250:
-------------------------------------

    Assignee: Tsikhon Kuprevich  (was: 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: Tsikhon Kuprevich
>             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