I figured it out. I renamed the frameset file with a .jsp extension, and then the container was able to capture the URI information. -David Castro [EMAIL PROTECTED] --- David Castro <[EMAIL PROTECTED]> wrote: > Is it possible to use request.getRequestURI() or some equivalent when working > with frames? I include a JSP file in each of my online help topics that > checks > to see if users have logged their preferences. If they haven't, the code > loads > a session variable with the Request URI, redirects them to the page in which > they indicate their preferences, and then takes them back to the page they > originally wanted when they click the Submit button. > > It works great without frames. Once I move into frames, though, the > getRequestURI() method returns null. > > Any ideas? __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". 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
