function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
smierasmiera 

How to maintained the CommandButton clicked value Across Pagination.

Hi,
I have a following requirement,
I am dispalying the custom object records with 'Accept' Button on each Record inside' PageblockTable' .And doing the pagination with the available records.So here if user clicked on Accept button on 1st record ,it should get diasabled and remains diasabled even user will go back and fourth by doing Next and Previous. Here for binding the records I have used wrapper class and the record and buttons got binds as well.But Not able to maintained the Buttons diasability across the session.

Thanks In Advance.