11-23-06 12:35 PM
How do i Redirect from a Portal Servlet to a JSP page in a Portlet?
Flow is mentioned below:
From MRRDetailList.jsp ,we call PrintServlet on click of the href(IMAGE).
In Servlet some process of connecting to database is done.
AFter the process we are not able to return to same jsp(MRRDetailList.jsp).
We used ServletException function getRootCause() which returns NullPointerEx
ception.
we tried the below code:
request.getRequestDispatcher("/sos/jsp/reports/MRRDetailList.jsp").include(r
equest, response);
Please refer the attched files if neccessary
Thanks,Harsha
[ Post a follow-up to this message ]
|