Hi,
   In my code I am redirecting to a jsp page from a servlet. The jsp page
validates the data passed to it (thru query parameters) and inturn calls a
html page. The html page is not loaded even though the URL is changing in
the location bar. Code is as follows :-

Code in the Servlet :

response.sendRedirect(response.encodeRedirectUrl(redirectTo));
where redirectTo : /UserLogin.ssp?login_name=abcd&mode=dotcom

After due validation of login_name & mode in UserLogin.ssp the page
UserHome.html is called as :-
                    response.sendRedirect(response.encodeRedirectUrl("/" +
entranceVendorAbbreviation + "/UserHome.html"));

Here the page UserHome.html is not getting displayed until reload(/refresh)
button is pressed.

Can anyone explain why ??

Thanks in Advance,

Ravi Kiran Varanasi
http://www.servicespace.com/
ph(h) : 408-244-8405

___________________________________________________________________________
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