request.getRequestDispatcher(url).forward(request,response); problem

J

jrefactors

here's the page flow:

page1.jsp->page2.jsp->url

In the following, it will post the page1.jsp's request to url. But I
want to open a new window in url (like
window.open("http://localhost"+"<=url>",'url_win','menubar=no,scrollbars=no,width=800,height=800');
, but still able to get the post data from page1.jsp's request.

//page2.jsp
request.getRequestDispatcher(url).forward(request,response);
any ideas? thanks!!
 
R

Ryan Stewart

here's the page flow:

page1.jsp->page2.jsp->url

In the following, it will post the page1.jsp's request to url. But I
want to open a new window in url (like
window.open("http://localhost"+"<=url>",'url_win','menubar=no,scrollbars=no,width=800,height=800');
, but still able to get the post data from page1.jsp's request.

//page2.jsp
request.getRequestDispatcher(url).forward(request,response);
any ideas? thanks!!
I have a couple:
1) Popups are evil.
2) Write a legible post and question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top