You need to sign in to do that
Don't have an account?

can VF pages automatically call each other?
I'm not sure if this is an easy or hard thing to do (my previous work makes me think it's not easy).
I'd like 2 VF pages (VF1 and VF2) - and on VF1 there's a 'Go' button which calls VF2 which does some work (e.g. writes "1" to the screen), then goes back to VF1, which calls VF2 again, which writes "2", and so on, until VF2 gets to 10, and then goes on to do something else.
Thanks.
I have done this put an action on the apex:page section however the controller gets refreshed as you will have to set redirect to true. You will have to pass the value as a parameter in the URL however this is possible.
Regards
Vivek