I have a situation where I want to render the content from a different controller & action.
I do not want to redirect the user to a different URL, I just want to wire up the controller, pass it the info it needs, and have it return the correct view. I want it to think that it was supposed to be there, in that particular url where its called.
How can this be done?