atom feed17 messages in org.apache.tomcat.usersRe: Jasper complains when parsing val...
FromSent OnAttachments
Mark R. DiggoryOct 7, 2002 7:43 am 
Jean-Francois ArcandOct 7, 2002 7:49 am 
Mark R. DiggoryOct 7, 2002 8:11 am 
Mark R. DiggoryOct 7, 2002 11:44 am 
Craig R. McClanahanOct 7, 2002 11:48 am 
Mark R. DiggoryOct 7, 2002 12:18 pm 
Craig R. McClanahanOct 7, 2002 12:31 pm 
Mark R. DiggoryOct 7, 2002 12:37 pm 
Mark R. DiggoryOct 7, 2002 12:46 pm 
Craig R. McClanahanOct 7, 2002 2:06 pm 
Brandon CruzOct 7, 2002 2:39 pm 
Mark R. DiggoryOct 7, 2002 5:41 pm 
Mark R. DiggoryOct 7, 2002 5:52 pm 
Mark R. DiggoryOct 8, 2002 7:16 am.zip
Jan LueheOct 8, 2002 10:00 am 
Mark R. DiggoryOct 9, 2002 12:36 pm 
Mark R. DiggoryOct 9, 2002 12:51 pm 
Subject:Re: Jasper complains when parsing valid TLD (was: Can't deploy Custom Tag Library ... )
From:Jan Luehe (Jan.@Sun.COM)
Date:Oct 8, 2002 10:00:11 am
List:org.apache.tomcat.users

Mark,

So, on 4.1.* with logging cranked way up, I've been seeing errors that Jasper encountered a TEI class when the tld already has a variable? Very wierd error. Here's an example of a tag in my taglib, if anyone sees anything wrong with this please let me know, it is still valid against the dtd. (again this was a tld generated by Forte4J).

I believe the warning you are getting is based on JSP 1.2, JSP.C ("DTD for TagLibrary Descriptor, JSP 1.2"), p.231:

It is a (translation time) error for an action that has one or more variable subelements to have a TagExtraInfo class that returns a non-null object.

Jan