Hello are you sure that it is not the use of Iframe that cause the problem.
Try an include to see if the result is better. Benjamin L�onard Intrasoft Internationnal Currently at European Parliament -----Original Message----- From: Romain ARNAUD [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: Cascading the contextPath through JSPs Hi, I have a problem that is quite similar to the one I had yesterday. The webapp display main.jsp, which is calling menu.jsp (which has links to other jsp as href). Now, in menu.jsp, if I encode the URL by doing response.encodeURL(request.getContextPath()+"/option.jsp") the option page is displayed full screen. It seems that the context path is good, but that the encodeURL doesn't do it's job. Here's how the code looks like Main.jsp: <IFRAME scrolling="auto" height="40%" width="80%" src="<%=request.getContextPath()+"/menu.jsp"%>"></IFRAME> <IFRAME scrolling="auto" height="40%" width="80%" src="<%=request.getContextPath()+"/content.jsp"%>"></IFRAME> Menu.jsp: <a target="_top" href="<%= response.encodeURL(request.getContextPath()+"/option.jsp") %>">[Option]</a> Option URL is just: /WebApp_myjahiasite/option.jsp Thanks for any help you can give, Romain ARNAUD Vous manquez d'espace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Cr�ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis. A t�l�charger gratuitement sur http://fr.messenger.yahoo.com
