RE: Tomcat4, taglibs, and pageContext.include

2001-11-14 Thread Deacon Marcus
Hi, -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:42 PM To: Tomcat Developers Mailing List Subject: RE: Tomcat4, taglibs, and pageContext.include Hi, I need to upgrade to latest T4 ASAP, and I need to have my tags working

RE: Tomcat4, taglibs, and pageContext.include

2001-11-12 Thread Deacon Marcus
the problem's worth a paragraph or two (plus links to downloadable patch) in FAQ? Greetings, deacon Marcus -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 27, 2001 4:14 PM To: [EMAIL PROTECTED] Subject: Tomcat4, taglibs, and pageContext.include

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Rickard Öberg
Craig R. McClanahan wrote: The reason for this change is a statement in the Javadocs for PageContext.include() that Tomcat 4 was not previously enforcing: The current JspWriter out for this JSP is flushed as a side effect of this call, prior to processing the include. Ideally,

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Rickard Öberg
Micael Padraig Og mac Grene wrote: Would you please expand on the ramifications? Surely this does not mean that we won't be able to use jsp: include [etc] tags? Does this mean that we won't be able to use code like: try {

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Micael Padraig Og mac Grene
This will ruin the project I have been building. I cannot believe that is possible. -Original Message- From: Rickard Öberg [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Date: Sunday, October 28, 2001 12:15 AM Subject: Re: Tomcat4, taglibs, and pageContext.include

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Micael Padraig Og mac Grene
List [EMAIL PROTECTED] Date: Sunday, October 28, 2001 12:15 AM Subject: Re: Tomcat4, taglibs, and pageContext.include Micael Padraig Og mac Grene wrote: Would you please expand on the ramifications? Surely this does not mean that we won't be able to use jsp: include [etc] tags? Does this mean

RE: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Deacon Marcus
Hi, -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 28, 2001 8:19 AM To: Tomcat Developers List Subject: Re: Tomcat4, taglibs, and pageContext.include Micael Padraig Og mac Grene wrote: Would you please expand on the ramifications

Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Rickard Öberg
Hi! Due to some recent subtle changes in Tomcat (Jasper and servlet API to be precise) it is no longer possible to implement jsp:include tags. This now results in the infamous May not flush in custom tags (or similar) error message. Two questions: * Why was this change made? (It is likely to

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Rickard Öberg
Rickard Öberg wrote: Due to some recent subtle changes in Tomcat (Jasper and servlet API to be precise) it is no longer possible to implement jsp:include tags. (clarification).. using pageContext.include. /Rickard -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Rickard Öberg wrote: Date: Sat, 27 Oct 2001 16:16:15 +0200 From: Rickard Öberg [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: Tomcat Developers Mailing List [EMAIL PROTECTED] Subject: Re: Tomcat4, taglibs, and pageContext.include

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Micael Padraig Og mac Grene
, taglibs, and pageContext.include On Sat, 27 Oct 2001, Rickard Öberg wrote: Date: Sat, 27 Oct 2001 16:16:15 +0200 From: Rickard Öberg [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: Tomcat Developers Mailing List [EMAIL PROTECTED] Subject: Re: Tomcat4

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Craig R. McClanahan
: Tomcat4, taglibs, and pageContext.include Rickard Öberg wrote: Due to some recent subtle changes in Tomcat (Jasper and servlet API to be precise) it is no longer possible to implement jsp:include tags. (clarification).. using pageContext.include. /Rickard The reason