RE: preserve page index with dataScroller

2006-05-08 Thread Julian Ray
, 2006 6:14 PM To: users@myfaces.apache.org Subject: Re: preserve page index with dataScroller You could try to bind your dataScroller to a session scoped backing bean. -- View this message in context: http://www.nabble.com/preserve-page-index-with-dataScroller-t1580208.html#a4 289598 Sent from

Re: preserve page index with dataScroller

2006-05-08 Thread vace117
You could try to bind your dataScroller to a session scoped backing bean. -- View this message in context: http://www.nabble.com/preserve-page-index-with-dataScroller-t1580208.html#a4289598 Sent from the MyFaces - Users forum at Nabble.com.

preserve page index with dataScroller

2006-05-08 Thread Robert Handschmann
Hi! I have a list page and a detail page. On the list page there is a datatable with a dataScroller for pagination. For each row a button is rendered to show this row on the detail page. Now when I come back to the list page, I want to see the same page as before. But I could not figure out ho