Re: JSP include

2003-08-14 Thread Kin-Man Chung
It eventually invokes request.getRequestDispatcher("bar.jsp").include(). > Date: Fri, 08 Aug 2003 11:40:45 +0200 > From: Marc Baumgartner <[EMAIL PROTECTED]> > Subject: JSP include > To: [EMAIL PROTECTED] > Content-disposition: inline > > Hello all, > > I want to fix a bug in the J

Re: JSP @include directive

2003-02-18 Thread Remy Maucherat
Alexander Leyke wrote: Hi, I need to use include directive in JSP that points to file physically located outside directory tree for Web application context. I tested two forms of include directive: <%@include file="/../inc/name.inc" %> and <%@include file="/symlink/name.inc" %>. As far as I c

Re: JSP include after redirect. Spec. or bug?

2002-08-29 Thread Bill Barker
Well, it's a bug, but it is in the application programmer's code. There should be a: return; after the 'response.sendRedirect("b.jsp")' line. - Original Message - From: "Hugh J. L." <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 11: