| Author |
Resource not found 404 error
|
Ayub ali khan
Ranch Hand
Joined: Oct 20, 2005
Posts: 378
|
|
Hi, I am getting JSPG0036E: Failed to find resource /.IncludeTest/page1.jsp error when I am trying to clude page1.jsp in my portlet. Below is the code: <f:view> <jsp:include page='<%=renderResponse.encodeURL(renderRequest.getContextPath() + "/page1.jsp")%>'/> </f:view> page1.jsp is present in WebContent folder. However its not being detected. .IncludeTest is the context root of the project. Could any one point whats the issue ? --Ayub
|
SCEA part I,TOGAF Foundation
|
 |
Ayub ali khan
Ranch Hand
Joined: Oct 20, 2005
Posts: 378
|
|
normal jsp include resolved the issue. <jsp:include page="include.jsp" /> Thank you. Ayub
|
 |
 |
|
|
subject: Resource not found 404 error
|
|
|