[richfaces-issues] [JBoss JIRA] Resolved: (RF-1644) <rich:datascroller scrollerlistener="" event is not fired when clicked on the scroller

Alexej Kushunin (JIRA) jira-events at lists.jboss.org
Sat Dec 22 05:42:45 EST 2007


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

Alexej Kushunin resolved RF-1644.
---------------------------------

    Resolution: Cannot Reproduce Bug

We can't reproduce this issue on uor side. 
Please provide more info about your environment or attach to issue war file with  application, whith allows us reproduce this bug.

> <rich:datascroller scrollerlistener="" event is not fired when clicked on the scroller  
> ----------------------------------------------------------------------------------------
>
>                 Key: RF-1644
>                 URL: http://jira.jboss.com/jira/browse/RF-1644
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: Software
>            Reporter: Arul Kumaran
>         Assigned To: Alexej Kushunin
>             Fix For: 3.2.0
>
>
> <rich:datascroller .... > used to be working in version 3.1.0 and is broken when I moved to 3.2.0-SNAPSHOT version. I moved to this version to incorporate fix on rich:suggestionbox not passing the value of the "var" attribute. After I moved to 3.2.0-SNAPSHOT version the suggestion box issue is fixed but the datascroller stopped working since the scrollerlistener attribute method is not invoked. 
> e.g.
> <rich:datascroller align="center" for="#{for}" maxPages="#{maxPages}" fastStep="#{fastStep}" scrollerListener="#{backingBean.scrollEvent}" pageIndexVar="#{backingBean.pageIndex}" renderIfSinglePage="#{renderIfSinglePage}" oncomplete="handleResize()" />
> Issue is : scrollerListener="#{backingBean.scrollEvent}"  is not invoked
> public void scrollEvent(DataScrollerEvent event) {
>      ....
>      pageIndex = (Integer.valueOf(newValue) - 1);
> }

-- 
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