Hi! How can I call one controller's action from another controller?
I don't want to add it to the action stack, but instead obtain the return value immediately.
Instantiating a controller seems to mess up my action handlers (ViewRenderer especially, I think). Before I start looking into this in more detail, is invoking a controller action/instance method from another controller supported at all?
Jaka
