Can someone help pls? I have a jsp that contains frames withing frames within frames. In the = nested frame I tried to forward to a jsp page that contains nested = frames which would display error message. I'm using <jsp:forward> to forward page. The problem is I intended to use the forwarded page to overlay the whole = frame just like what a response.sendRedirect() would do. However, = sendRedirect causes error in WebSphere 3.02 server, which is the server = I'm using. Therefore, I cannot use this method. So, my question is, is there any other way of doing this? Another question: What I have also tried was to use <%@include file=3D"errContent.jsp" %> in each of the frame by checking condition. my question is this: what is the performance issue that might be = associating with this vs using <jsp:forward> ???? thanks, rp _________________________________________________________________ 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
