Skip to Content
0
Former Member
Dec 29, 2007 at 07:47 AM

Calling JSP page

49 Views

Hi All,

I want to call the jsp page inside the JSP for example, I have one jsp (sample.jsp)

I done code like this,

<% String webpath=componentRequest.getWebResourcePath()+"/";%>

<html>

<iframe src ="<%=webpath%>PORTAL-INF/jsp/mapping.jsp " width="100%"></iframe>

</html>

I placed mapping.jsp under PORTAL-INF.

it shows error like this,

The requested resource /irj/portalapps/Reliance_Logon_Par/PORTAL-INF/jsp/mapping.jsp is not available

Regards,

Mythili