scrollerListener doesn't get fired
----------------------------------
Key: RF-2952
URL:
http://jira.jboss.com/jira/browse/RF-2952
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0SP1
<rich:datascroller align="left" for="carList"
maxPages="20"
scrollerListener="#{dataTableScrollerBean.scrollListener}"/>
and
public void scrollListener(ScrollEvent event) {
System.out.println("DataTableScrollerBean.scrollListener()");
}
nothing in log
--
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