You need to sign in to do that
Don't have an account?
Chermadurai
Radio button in pagination
Hello..
The page wizard contains 4 page. in first page,When i select radio boutton and moved to next page ,Now i need to go previous page again,So i clicked previous button and return to first page but the Radiobutton have nt selected which i clicked...
Plz help..
Ragul,
It returns the previous page fine..but the radio button i selected have nt checked...
Rahul..
i used like this...
public PageReference step1() {
PageReference p = Page.page1;
p.setRedirect(false);
return p;
public PageReference step2() {
PageReference p = Page.page2;
p.setRedirect(false);
return p;
There are so my radio buttonin page 1......i selected one and click next....Now the thing when i clicked previous button the selected radio button is to be selected by default......
only it returns the previous page ..