Hi!
  Can anybody help me? I want to do a forward from a jsp page to another
  jsp page. This is the code:

  ...
  <jsp:forward page="end_user.jsp">
  <jsp:param name="Price" value="2">
  </jsp:forward>
  ...

  and this is the error:

  com.sun.jsp.compiler.ParseException: C:\Archivos de
  programa\jsp\jswdk-1.0.1\exa
  mples\jsp\hp\quoter.jsp(48,32) Unterminated <jsp:forward tag
          at com.sun.jsp.compiler.Parser$Forward.accept(Compiled Code)
          at com.sun.jsp.compiler.Parser.parse(Compiled Code)
          at com.sun.jsp.compiler.Parser.parse(Parser.java:715)
          at com.sun.jsp.compiler.Main.compile(Compiled Code)
          at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:135)
          at
  com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspS
  ervlet.java:77)
          at
  com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.j
  ava:87)
          at
  com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218)
          at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
          at
  com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155
  )
          at com.sun.web.core.Context.handleRequest(Context.java:414)
          at com.sun.web.server.ConnectionHandler.run(Compiled Code)

  Thank U all!!!

  Marc

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to