You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by "Artyom G. Salabaev" <ag...@intessera.ru> on 2000/02/17 11:11:51 UTC

Re[2]: How to redirect from JSP page with query string

Hello Petr,

Thursday, February 17, 2000, 1:08:03 PM, you wrote:

PS> So I took you example like this

PS> <html>
PS> <body>

PS> <jsp:forward page="page_b.jsp">
PS>     <jsp:param name="param1" value="1">
PS> </jsp:forward>

PS> <body>
PS> </html>

PS> and I get this result

PS> Error: 500
PS> Internal Servlet Error:

PS> org.apache.jasper.compiler.ParseException: D:\jsp\suchys\page_a.jsp(4,38)
PS> Unterminated

PS> What is wrong?

<jsp:param> does not have end tag . Close it with "/"

<jsp:param name="param1" value="1" />


Best regards,
 Artyom   
ag_salab@intessera.ru