I'm stuck while trying to use a <jsp:forward command. The following syntax gives me an 
"Unterminated <jsp:forward tag" message.

<jsp:forward page = "testjsp.jsp">
<jsp:param name = "er" value = "2" />
</jsp:forward>

Any suggestions as to why this does not work? I copied the snippet directly from the 
Sun website so I don't think the syntax is the problem.

Thanks for the help

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to