Hi Everybody,
I am doing this:
String
szWhetherBackFromReportPage=(String)session.getAttribute("WhetherBackFromRep
ortPage");
if(szWhetherBackFromReportPage!=null)
{
if(szWhetherBackFromReportPage.equals("true"))
{
session.setAttribute("WhetherBackFromReportPage",null);
response.sendRedirect("xyz.jsp");
}
}
This xyz.jsp is the same page on which this is coded.
Now this page is in a protected area of the web server requiring user id and
password for access. The browser is unable to do the redirection. Any clue?
I cannot use jsp:forward std. action.
Thanks in adavance.
Regards,
Partha
*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com