Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

forward one jspx to other jspx

614392Feb 29 2008
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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2008
Added on Feb 29 2008
0 comments
319 views