You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Amrhein, Thomas" <ta...@debis.com> on 2000/03/16 15:03:41 UTC

jsp:forward

Milan,

this could also be something for you.


I wonder about jsp:forward statement in "myfile.jsp".

<jsp:forward page="otherfile.jsp"/>

The browser shows "myfile.jsp?param1=xxx" in it's address field and
the content of "otherfile.jsp".
Is this behavour correct?

But I want _not_ to see the parameters of myfile.jsp!!!

Can anybody help me?

Thomas