forrozeiro
Programmer
Hi,
Please, consider the following pages
test.jsp
% pageContext.forward( "test2.jsp?bla=2" ); %
test2.jsp
html body
%= request.getParameter( "bla" ) %
/body /html
When I call test.jsp, using JRun, I get "null". When I do the same call, using Tomcat, I get "2". Which one is right, Tomcat or JRun ? According to JSP specifications, should a forward of a request add in that request the URL's parameters ?
Thank you in advance,
forrozeiro.
Please, consider the following pages
test.jsp
% pageContext.forward( "test2.jsp?bla=2" ); %
test2.jsp
html body
%= request.getParameter( "bla" ) %
/body /html
When I call test.jsp, using JRun, I get "null". When I do the same call, using Tomcat, I get "2". Which one is right, Tomcat or JRun ? According to JSP specifications, should a forward of a request add in that request the URL's parameters ?
Thank you in advance,
forrozeiro.