I have a scenario and i ma getting no where:
I am having 20 record and i m using pagination via standartcontroller and my page size is 1. one by one record are displayed on the screen and i am having a list or radio button to select options.
When user select a radio button i am getting its value and fill a map with record,value for some processing.
What i want to do is that when a user hits back button the option he has selected in radio button must be visible there. But its not coz every time i m filling new values in the radiobutton list so old values are not sustained.
What i want is when user hits back button he should be able to see the old radio button selected. How can i achive this:
1.Is there any way to make a radio button list's values be checked through controller. 2.Do I need to use wrapperclass to do this.
Help needed.! Thanks