May 4th, 2000, 10:03 PM
Hi,
I would like to know how to pass the parameters from one JSP file to another JSP file when using <jsp:forward> tag. I used the tag like
<jsp:forward page="mypage.jsp" >
<jsp:param name="param1" value="<%= strParam1 %>" />
<jsp:param name="param2" value=<%= strParam2 %>" />
</jsp:forward>
The parameters are not passed to the next page. but the next JSP page is called. Any suggestions are always welcome.
I am using JRUN 2.3.3 for running the JSP 1.0.
Thanks in Advance,
Kalyan
I would like to know how to pass the parameters from one JSP file to another JSP file when using <jsp:forward> tag. I used the tag like
<jsp:forward page="mypage.jsp" >
<jsp:param name="param1" value="<%= strParam1 %>" />
<jsp:param name="param2" value=<%= strParam2 %>" />
</jsp:forward>
The parameters are not passed to the next page. but the next JSP page is called. Any suggestions are always welcome.
I am using JRUN 2.3.3 for running the JSP 1.0.
Thanks in Advance,
Kalyan