I have a jsp (a_frameset.jsp) which has the following piece of code in it
<frame src="<%= response.encodeURL("/existinguser.jsp")%>" name="main">

While displaying the above page (a_frameset.jsp) from a servlet, it is
causing a problem since it contains another jsp encoded (existinguser.jsp).
It says "Page not found"

I tried it removing encoding in the a_frameset.jsp for the included jsp
(existinguser.jsp) , then does'nt work
with out cookies.

I am using the following configuration Tomcat 3.2.1 and my thought is it
supports URL rewriting.

thanks,
giri
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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