You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Petr Suchomel <ps...@itsignet.cz> on 2000/02/16 16:22:56 UTC

How to redirect from JSP page with query string

I need to send redirect command from JSP page to the other JSP page with query string f.e. from "page_a.jsp" to "page_b.jsp?param=0"
I tried to use command <jsp.forward... but I get null string on the other page
I use Tomcat3.1M1 on WinNT
Petr