I have a datascroller binding on backbean A, and on the page I have a commandlink call the action on backbean B. I want to pass the current page to the action function on backbean B.
How to do it?
create a value binding of the page attribute to an int variable in ur bean, it stores the currently selected page.