Hi Everybody,
I have hit a snag. I have a part of my controller code that I want to
automatically transition to another method in another controller. Right
now, I can do this:
transition("promptLogin",request,response);
but I am kinda at a loss for how to get it to go to another class. Can
anybody shed some light on this?
-Tino