cvs commit: jakarta-tomcat/src/examples/jsp/include foo.jsp inc.html include.jsp include.txt

2004-02-22 Thread billbarker
billbarker2004/02/22 15:22:51 Modified:src/examples/jsp/include foo.jsp inc.html include.jsp include.txt Log: Updating to the Apache License v2.0. Revision ChangesPath 1.3 +14 -3 jakarta-tomcat/src/examples/jsp/include/foo.jsp Index

DO NOT REPLY [Bug 25629] - jsp include tag

2003-12-18 Thread bugzilla
gzilla/show_bug.cgi?id=25629 jsp include tag [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 25629] New: - jsp include tag

2003-12-18 Thread bugzilla
gzilla/show_bug.cgi?id=25629 jsp include tag Summary: jsp include tag Product: Tomcat 5 Version: 5.0.16 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper Assi

DO NOT REPLY [Bug 24140] - Cookies not added to response during jsp include

2003-10-26 Thread bugzilla
gzilla/show_bug.cgi?id=24140 Cookies not added to response during jsp include [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 24140] New: - Cookies not added to response during jsp include

2003-10-26 Thread bugzilla
gzilla/show_bug.cgi?id=24140 Cookies not added to response during jsp include Summary: Cookies not added to response during jsp include Product: Tomcat 5 Version: 5.0.12 Platform: Other OS/Version: Other Status: NEW Severity:

JSP include

2003-08-14 Thread Marc Baumgartner
Hello all, I want to fix a bug in the JSPReader of the Cocoon-Project. It would be helpfull for me if someone could explain me how the tomcat handles the jsp:include and jsp:forward tag. For example, I have foo.jsp and bar.jsp: foo bar hello How is the location of the file bar constructed

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

DO NOT REPLY [Bug 17436] New: - jasper forces static jsp-include files to be properly formatted

2003-02-26 Thread bugzilla
gzilla/show_bug.cgi?id=17436 jasper forces static jsp-include files to be properly formatted Summary: jasper forces static jsp-include files to be properly formatted Product: Tomcat 4 Version: 4.1.18 Platform: Other OS/Versio

JSP @include directive

2003-02-19 Thread Alexander Leyke
I must be doing something wrong, Resources doesn't work for me. Perhaps someone can point out the problem. I need to include a file from outside of my webapp's directory tree using directive: <%@ include file="inc/foo.inc" %> For that purpose I defined Resources element like this: In theory

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

JSP @include directive

2003-02-18 Thread Alexander Leyke
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 can tell from Tomcat 4.1.

DO NOT REPLY [Bug 12578] - JSP forward not working OK from JSP include

2002-09-12 Thread bugzilla
gzilla/show_bug.cgi?id=12578 JSP forward not working OK from JSP include --- Additional Comments From [EMAIL PROTECTED] 2002-09-12 16:20 --- I believe that the question is WHICH output buffer should be cleared. If page "A" does "jsp:include" to page "B", and

DO NOT REPLY [Bug 12578] - JSP forward not working OK from JSP include

2002-09-12 Thread bugzilla
gzilla/show_bug.cgi?id=12578 JSP forward not working OK from JSP include [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 12578] New: - JSP forward not working OK from JSP include

2002-09-12 Thread bugzilla
gzilla/show_bug.cgi?id=12578 JSP forward not working OK from JSP include Summary: JSP forward not working OK from JSP include Product: Tomcat 4 Version: 4.0.4 Final Platform: All OS/Version: Other Status: NEW Severity:

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

2002-08-29 Thread Bill Barker
<[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 11:12 PM Subject: JSP include after redirect. Spec. or bug? > Hi, > > <% > response.sendRedirect("b.jsp"); > String left_page="c.jsp"; > %> > > > Running on Tomcat 4, it is ok. Run

JSP include after redirect. Spec. or bug?

2002-08-28 Thread Hugh J. L.
Hi, <% response.sendRedirect("b.jsp"); String left_page="c.jsp"; %> Running on Tomcat 4, it is ok. Running on Tomcat 3.3, the result is correct but there is error message on console. Of course, the include in this example is meaningless, but this jsp is extracted from large jsp file from client

DO NOT REPLY [Bug 9386] - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9386 JSP Include ignoring parameter --- Additional Comments From [EMAIL PROTECTED] 2002-05-24 14:04 --- *** Bug 9388 has been marked as a duplicate of this bug. *** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: &l

DO NOT REPLY [Bug 9388] - JSP include ignores parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9388 JSP include ignores parameter [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 9388] New: - JSP include ignores parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9388 JSP include ignores parameter Summary: JSP include ignores parameter Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority:

DO NOT REPLY [Bug 9386] - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9386 JSP Include ignoring parameter --- Additional Comments From [EMAIL PROTECTED] 2002-05-24 13:55 --- Shouldn't it be request.getParameterNames() and getParameter() instead of getAttributeNames() and getAttribute() -- To unsubscribe, e-mail: <mailto:[E

DO NOT REPLY [Bug 9386] - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9386 JSP Include ignoring parameter --- Additional Comments From [EMAIL PROTECTED] 2002-05-24 13:49 --- *** Bug 9387 has been marked as a duplicate of this bug. *** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: &l

DO NOT REPLY [Bug 9387] - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9387 JSP Include ignoring parameter [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 9386] - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9386 JSP Include ignoring parameter [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 9387] New: - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9387 JSP Include ignoring parameter Summary: JSP Include ignoring parameter Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority:

DO NOT REPLY [Bug 9386] New: - JSP Include ignoring parameter

2002-05-24 Thread bugzilla
gzilla/show_bug.cgi?id=9386 JSP Include ignoring parameter Summary: JSP Include ignoring parameter Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority:

cvs commit: jakarta-tomcat-4.0/webapps/examples/jsp/include include.jsp

2002-04-03 Thread kinman
kinman 02/04/03 16:05:34 Modified:webapps/examples/jsp/include include.jsp Log: - The value for the buffer attribute of a page directive needs the mandatory "kb" suffix, according to the spec. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-4

DO NOT REPLY [Bug 5497] - JSP include not always including

2001-12-20 Thread bugzilla
gzilla/show_bug.cgi?id=5497 JSP include not always including [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Addi

DO NOT REPLY [Bug 5497] - JSP include not always including

2001-12-20 Thread bugzilla
gzilla/show_bug.cgi?id=5497 JSP include not always including [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 5497] - JSP include not always including

2001-12-20 Thread bugzilla
gzilla/show_bug.cgi?id=5497 JSP include not always including --- Additional Comments From [EMAIL PROTECTED] 2001-12-20 00:12 --- I think this bug is almost valid. What happens is that the browser incorectly submits an if-modified-since, which gets processed by the included servle

DO NOT REPLY [Bug 5497] - JSP include not always including

2001-12-19 Thread bugzilla
gzilla/show_bug.cgi?id=5497 JSP include not always including --- Additional Comments From [EMAIL PROTECTED] 2001-12-19 17:31 --- Tomcat pays no attention at all to changes in files included by the <%@ include %> directive (it doesn't matter what your browser is). If you want th

DO NOT REPLY [Bug 5497] New: - JSP include not always including

2001-12-18 Thread bugzilla
gzilla/show_bug.cgi?id=5497 JSP include not always including Summary: JSP include not always including Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority:

FW: Sun J2EE RI, JSP, Include, ErrorPage -- cannot use an errorpage with dinamically included JSPs

2001-04-24 Thread Jarecsni János
Hi! I have a very unnoying problem. In a J2EE application I use a "master JSP" as a template for generating predefined screens (the idea is borrowed from the demo application PetStore). This JSP includes several other JSPs (for the top, left side, right side, central, bottom positions). What JSP

BugRat Report #402 - JSP include causes IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained

2001-01-31 Thread BugRat Mail System
: New Bug Report Class: swbug State: received Priority: high Severity: critical Confidence: public Environment: Release: Tomcat 3.1 JVM Release: JDK 1.3 Operating System: Windows NT OS Release: 4.0 Platform: Pentium 233 MMX Synopsis: JSP include causes IllegalStateException: C

[BUG]JSP include causes IllegalStateException

2000-11-16 Thread mathew jimmy
Hello I am using Tomcat 3.1 with IIS 4.0 on Windows NT 4.0 Pentium 233 MMX machine and JDK 1.3 . When I include a JSP file in another JSP file the page does not come properly. It shows an 'IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained'. I have a fil