I found the problem. It should be:<br><br><jsp:param name="title" value="About Our Company"/><br><br>ie I was missing the "jsp:" before the "param"<br><br>--<br>Josh
Hi Pete,<br><br>First, thanks for your reply.<br><br>I cannot construct a querystring and then redirect, ie<br><br><A HREF="http://myasp?a=b&c=d" TARGET="_new">http://myasp?a=b&c=d</A><br><br>because the ASP expects a POST. The above will work if the ASP expects parameters through a...
Hi,<br><br>I need to redirect from a JSP page to an existing ASP page.<br><br>I realized that I can use sendRedirect(), however, I also need to send some new parameters (along with those I received through an earlier POST to my JSP page) to the ASP page. I am required to use POST because the ASP...
Hi,<br><br>I have the following jsp page:<br><br><jsp:include page="title.jsp" flush="true"><br> <param name="title" value="About Our Company"/><br></jsp:include><br><br>And in the title.jsp page, I have the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.