Skip to Content
0
Former Member
Mar 19, 2004 at 06:40 PM

How to call one JSP from another JSP

49 Views

Hi,

I am trying to redirect to a jsp from another JSP. When I use HttpServletResponse.sendRedirect(componentRequest.getPrivateResourcePath()+"/pagelet/newPage.jsp"); I get Page cannot be dispayed error.

I might probably have to use IResource. Not sure how to redirect to another JSP using IResource.

Any ideas??

Any help is highly appreciated.

Thanks

Lakshmi