forward one jspx to other jspx
Iam using jspx file .....from this file i have to forward to another jspx file,
but i tried with this code ...but its showing error
<f:view>
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252"/>
<title>erer</title>
</head>
<body><h:form>
<jsp:forward page="/del.jspx"/>
</h:form></body>
</html>
</f:view>
errrors are .....
javax.servlet.jsp.JspException at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:137) at deljspx._jspService(_del_jspx.java:46) [del.jspx] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)