ofCourse a great point too:):):) -----Original Message----- From: Geeta Ramani [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 4:30 PM To: [EMAIL PROTECTED] Subject: Re: help! Just a small point: usually your jsps are not in the same directory as your servlets, so you would probably want to use: response.sendRedirect(jspDirectory + "hello.jsp"); Geeta jdbc wrote: > Hello, > You use the response.sendRedirect() function to call jsp page. > > e.g. response.sendRedirect("hello.jsp"); > > Regards, > Deepak Kumar > > http://www.roseindia.net > > ----- Original Message ----- > From: Jyoti Narang <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 13, 2000 4:48 PM > Subject: help! > > > i'm facing a problem in java servlets..i want to cll a html.jsp page > > from a servlet ...how do i do that.. > > also tellme how ot use callpage mehtod..........and also....how to > use > > sendredirect > > > > Thanks. > > > > > ___________________________________________________________________________ > > 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 ___________________________________________________________________________ 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
