Reset dataScroller

2007-05-31 Thread Michael Böckling
Hi! I have a problem with t:dataScroller, it does not reset itself when the underlying data model changes. When I click on the first button, everything is well again. Is there a way to do this programmatically? In JavaScript or in a backing bean? Thanks for any help! Michael -- Michael

Re: Reset dataScroller

2007-05-31 Thread Mike Kienenberger
See here for ideas: https://issues.apache.org/jira/browse/TOMAHAWK-548 No one's been motivated enough yet to submit patches. On 5/31/07, Michael Böckling [EMAIL PROTECTED] wrote: Hi! I have a problem with t:dataScroller, it does not reset itself when the underlying data model changes. When I

AW: Reset dataScroller

2007-05-31 Thread Michael Böckling
help so far, Mike! That was great! Michael -Ursprüngliche Nachricht- Von: Mike Kienenberger [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 31. Mai 2007 20:18 An: MyFaces Discussion Betreff: Re: Reset dataScroller See here for ideas: https://issues.apache.org/jira/browse

Re: Reset dataScroller

2007-05-31 Thread Mike Kienenberger
, 31. Mai 2007 20:18 An: MyFaces Discussion Betreff: Re: Reset dataScroller See here for ideas: https://issues.apache.org/jira/browse/TOMAHAWK-548 No one's been motivated enough yet to submit patches. On 5/31/07, Michael Böckling [EMAIL PROTECTED] wrote: Hi! I have a problem

how to reset DataScroller

2006-11-29 Thread Renzo Tomaselli
Hi, I'm using a Tomahawk DataScroller inside a DataTable. A separate button allows for changing current rows-per-page parameter. When this happens, I would like to reset the overall table to the very first row. How can I reset the DataScroller internal position ? I use a custom paged

Best way to reset DataScroller

2005-10-21 Thread Ryan Wynn
Is there an API for setting the UIDataScroller to a certain page?