Re: servlet question
Emmanuel Eze <[email protected]> Thu, 22 Mar 2007 02:00:29 -0700
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
You may do an include or a forward. Emmanuel Eze --- [email protected] wrote: From: [email protected] To: [email 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 [email 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 [email 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