Can you please advise . This
JSP works in weblogc 8 . but does not work in weblogic 10
Root cause of ServletException.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /login.jsp
login.jsp:7:3: No start tag found.
</jsp:forward>
here is the complete jsp..
--%>
<jsp:forward page="/servlet/vpn?inf_action=login&inf_template=/common/home.jsp" />
</jsp:forward>
I am not exactly a JSP guy ... but i just wanted to find out the reason for my information ..