How can we substitute response.sendRedirect in jetspeed? I have to redirect to url page x or y depending upon some condition in my struts based application. How can we achieve that?
If I run that application separately, it redirects. But if I run it as portlet, it does not do that. I using following in my jsp: response.sendRedirect(response.encodeRedirectURL(redirectURL)); Thanks, --Tushar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
