Question of the morning: I'm in an Action, and I decide that I need to redirect off the current application (say to cnn.com) I can't do it with a forward because they only work inside the current application.
My initial instinct is to do a response.sendRedirect inside the Action, but this brings up the question of what to return? null? James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

