> Is there any sityation when a response.sendRedirect(url") wouldnt work
> ??
>
> Thanks.
>
> -Sam
>
Hi,

if you supply an incorrect URL then no it won't work. Also, it may be that
the
browser you are sending it to doesn't understand URL redirects but that is
not
a problem with the method more a problem with the browser itself.

It could also be a problem with the servlet implementation (highly unlikely)
or
the servlet engine implementation.

I have never had problems with sendRedirect at all

Andy Bailey

___________________________________________________________________________
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

Reply via email to