Hi,
I need to redirect from a
JSP page to an existing ASP page.
I realized that I can use a request.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 page is *expecting* a POST.
Unfortunately, I cannot change the existing ASP page to use GET.
Would appreciate any help.
Thanks!
--
Josh