Foros de discusión

response.sendRedirect not working properly

Samita Bhujbal, modificado hace 11 años.

response.sendRedirect not working properly

Regular Member Mensajes: 117 Fecha de incorporación: 5/07/11 Mensajes recientes
HI ,
I am using liferay 6.0.6. I have developed on custom portlet where I am redirecting from one page to another portlet using response.sendRedirect() mathod .
It was working on local server.But when I tries it on UAT site it is not redirecting to required page. it remains on same page with error message.Previously this was working properly.
Pls reply.
thumbnail
jaid shaik, modificado hace 11 años.

RE: response.sendRedirect not working properly

Regular Member Mensajes: 171 Fecha de incorporación: 8/10/10 Mensajes recientes
Hi samita,


For jsp page
actionResponse.setRenderParameter("jspPage","/html/check/Result.jsp");

For particular page in Liferay Portal
actionResponse.sendRedirect("/web/guest/Result");


check the above...and check the URLs like staging and live server URL's....................
Samita Bhujbal, modificado hace 11 años.

RE: response.sendRedirect not working properly

Regular Member Mensajes: 117 Fecha de incorporación: 5/07/11 Mensajes recientes
Thanks for reply Jaid.
thumbnail
Subhash Pavuskar, modificado hace 11 años.

RE: response.sendRedirect not working properly

Regular Member Mensajes: 234 Fecha de incorporación: 13/03/12 Mensajes recientes
Hi ,

Can you Paste your Error message which you getting on your console !! So it may help to resolve your problem .