0
votes

Having the next table/paginator combination working properly, does somebody know what I have to do to remain on the current page after someAction gets fired?

(Because, actually returns ever to the first page.) i can't make someAction as avoid because i will lose the navigation to the page i want to open

i use jsf2.0 and richfaces 4 thanks for your helps

1
what is t:datascroller? tomahawk? - uylmz
tomahawk20-1.1.14 - AZ SA

1 Answers

0
votes

rich:datascroller docs

enter image description here

there is a property named "page" that controls the current page number of the table. You can either map it to a session scoped bean property so it doesn't get lost after page reload, or store it somewhere and restore it with your "action" if your page is not session scoped.