- 
        1. Re: dataSrcoller, how to send page number to backing beanilya_shaikovsky Oct 18, 2007 8:20 AM (in response to dkane)
- 
        2. Re: dataSrcoller, how to send page number to backing beanilya_shaikovsky Oct 25, 2007 5:59 AM (in response to dkane)http://jira.jboss.com/jira/browse/RF-1244 
 one more bug. :-] Thanks.. your post was very usefull for us.
- 
        3. Re: dataSrcoller, how to send page number to backing beandkane Oct 25, 2007 6:32 AM (in response to dkane)"ilya_shaikovsky" wrote: 
 http://jira.jboss.com/jira/browse/RF-1244
 one more bug. :-] Thanks.. your post was very usefull for us.
 You are welcome :)
 The problem of saving-restoring the selected number in dataScroller is important for my current project.
 When user leaves page with dataTable & dataScroller and then gets back, he must see the same page and portion of data. But so far I am unable to bind dataScroller position to backing bean. It resets to first page upon rerendering.
 Looking forward to new version. Thank you.
- 
        4. Re: dataSrcoller, how to send page number to backing beanmaldrax Nov 2, 2007 6:06 PM (in response to dkane)I've just ran into the same issue. Thanks for the post. 
- 
        5. Re: dataSrcoller, how to send page number to backing beandkane Dec 18, 2007 5:40 AM (in response to dkane)Just tested 3.1.3.CR4 , see code in the first message of this topic. 
 Now result is not null . But setter's logging always shows me the previous value of datascroller.
 I.e. when I click [2] on datascroller, message from logger is "Page index set to 1". After that I click [1] and message is "Page index set to 2", and so on.
- 
        6. Re: dataSrcoller, how to send page number to backing beanilya_shaikovsky Dec 19, 2007 9:00 AM (in response to dkane)It works just as you defined. Look, pageIndexVar - keeps current page index. So after you hit the button - it stores under the property you need. :) No magic. 
 To get actual pageIndex from server side - use binding.
- 
        7. Re: dataSrcoller, how to send page number to backing beanmrnice Jan 14, 2008 4:51 AM (in response to dkane)Is this bug also the reason why my datascroller doesn'T save the current page when i leave to another page, and then switch back to my page with my datascroller? 
- 
        8. Re: dataSrcoller, how to send page number to backing beansburgula1 Apr 13, 2010 10:02 AM (in response to ilya_shaikovsky)Could you please let me know by sample code how to use the binding parameter in rich:dataScroller. 
 
     
     
     
    