request.getRequestDispatcher(url).forward(request,response); problem
jrefactors_at_hotmail.com
Date: 12/29/04
- Previous message: arun.hallan_at_gmail.com: "Removing parent from a JDOM element"
- Next in thread: Ryan Stewart: "Re: request.getRequestDispatcher(url).forward(request,response); problem"
- Reply: Ryan Stewart: "Re: request.getRequestDispatcher(url).forward(request,response); problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Dec 2004 18:01:14 -0800
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!!
- Previous message: arun.hallan_at_gmail.com: "Removing parent from a JDOM element"
- Next in thread: Ryan Stewart: "Re: request.getRequestDispatcher(url).forward(request,response); problem"
- Reply: Ryan Stewart: "Re: request.getRequestDispatcher(url).forward(request,response); problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|