There are two controllers say A and B. A calls B from within. Now, I want to redirect back to the controller A on return from B. In my case both A and B are variable. What is the best way to do this? One way is to maintain a session variable such as session.prev_url.
Abhishek http://abhishekgupta92.info