Savitha,

        I'm not sure if it's the webserver servlet runner problem, because in IE it 
works fine, just netscape that keep on giving me that blank page with document has 
move.

Jack

*********** REPLY SEPARATOR  ***********

On 7/28/00 at 2:00 PM Savitha S.R. wrote:

# Hi
#         Jack I got this error of "The document has moved to here" (here with
# a hyperlink) diplayed on a blank HTML page and when I clicked the hyperlink
# it takes me to the page I want .....
# This problem occured when while using Servlet Runner didnt come on WebServer
# .... So we thought that maybe it had something to do with the Servlet
# Runner....
#
# Savitha
#
# -----Original Message-----
# From: Gokul Singh [mailto:[EMAIL PROTECTED]]
# Sent: Friday, July 28, 2000 11:18 AM
# To: [EMAIL PROTECTED]
# Subject: Re: Netscape: File Has move when res.sendRedirect
#
#
# Hi,
#
# Why do you need to send the redirect to the browser for the doGet method.
# I think you can just transfer control to the doGet method of the same
# servlet after your processing in the do POST method is over.
#
# regds,
# Gokul
# ----- Original Message -----
# From: "Jackson Ching" <[EMAIL PROTECTED]>
# To: <[EMAIL PROTECTED]>
# Sent: Friday, July 28, 2000 10:29 AM
# Subject: Netscape: File Has move when res.sendRedirect
#
#
# > Hi,
# >
# >         I encounter this problem in my servlet... when my servlet doPost
# method is called, it will do some processing first in the database, then
# afterward sends a redirect to the same servlet but to the doGet method. In
# IE it works fine but in Netscape, i encounter a File has been move.  What
# can i do so that the "File has been moved" will not be displayed but the
# result of the doGet method be displayed. Thanks
# >
# > Jack
# >
# >
# ___________________________________________________________________________
# > 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

Reply via email to