servlet question 2007-03-22 - By Emmanuel Eze
Back You may do an include or a forward.
Emmanuel Eze
--- dmitrik@(protected) wrote:
From: dmitrik@(protected) To: SERVLET-INTEREST@(protected) Subject: servlet question Date: Wed, 21 Mar 2007 22:20:41 -0400
if a servlet uses requestdispatcher.forward(httpservletrequest, httpservletresponse); to open a file1.jsp page
how is it possible to open file2.jsp page from the forwarded file1.jsp page?
When trying the javascript open('file2.jsp') command, it states that file2.jsp cannot be found.
tia, dk
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
|
|