You are correct. Thats a good point as well. I only wish I could "hide" the
URL line. I don't mind that it isn't up to date as far as the page..but the
actual Login.do that keeps showing up isn't so prety either. I am thinking
of setting up a frame layout so that it always shows the home site url.


> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Wilson
> Sent: Thursday, May 04, 2000 8:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: model 2 servlet mapping question
>
>
> <kevin>
> >
> > So the question then is, is it really worth it to use the forward() call
> > over sendRedirect() if at most we will have 1000 to 3000 people
> a DAY (not
> > hour, not minute) use our site? How much faster is it to use
> > forward() over
> > sendRedirect() as far as each client on our site sees it?
> >
> </kevin>
>
> correct me if i'm wrong, but in addition to incurring a round trip to the
> server, you also cannot pass your request and response objects
> and whatever
> beans they may hold if you use sendRedirect().  in order to pass on info,
> you'd either have to have it in the session or put in the url.  since
> forward() stays at the server, you get all your request data/beans
> transported to the next page for free.
>
> o happy day,
> chris
>
> chris wilson > web developer > andrews university > www.andrews.edu
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to