Re: Catalina tester failure on JSP Document Parsing

2002-09-11 Thread Steve Downey
e Downey <[EMAIL PROTECTED]> > > Subject: Catalina tester failure on JSP Document Parsing > > To: [EMAIL PROTECTED] > > > > I'm seeing the following error on catalina's tester app, running it under > > Tomcat 5: > > > >[echo]

Re: Catalina tester failure on JSP Document Parsing

2002-09-11 Thread Kin-Man Chung
t; Subject: Catalina tester failure on JSP Document Parsing > To: [EMAIL PROTECTED] > > I'm seeing the following error on catalina's tester app, running it under > Tomcat 5: > >[echo] - JSP Document Parsing - >[tester] EXPECTED:

Catalina tester failure on JSP Document Parsing

2002-09-11 Thread Steve Downey
I'm seeing the following error on catalina's tester app, running it under Tomcat 5: [echo] - JSP Document Parsing - [tester] EXPECTED: == [tester] texttexttexttexttexttext

Re: JSP Document parsing

2001-08-20 Thread Mark Abbott
Hi again - since no one voiced an opinion on the right way to approach this bug, I've done the simplest possible fix and attached a patch. This change will cause Jasper to always emit its own hardcoded values for the xmlns:jsp and version attributes of the tag, ignoring any occurrences of th

JSP Document parsing

2001-08-16 Thread Mark Abbott
Hi all - I've noticed a couple of problems with Jasper when processing JSP documents, that is, JSP pages authored in the XML syntax. I'm using the tomcat-b7 release. The documents I've tried contain explicit elements, as it seems they ought to. Unfortunately, the XmlOutputter class in Jasper,