RE: [PATCH] RE: Packaged tag libraries

2001-05-31 Thread Robert Petersen
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 5:56 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] RE: Packaged tag libraries Ok well here is a patch to TldLocationsCache that should all Jasper to correctly process packaged tab libraries. I tested on my system and it works well. I changed

[PATCH] RE: Packaged tag libraries

2001-05-30 Thread Robert Petersen
: Tuesday, May 22, 2001 9:42 AM To: [EMAIL PROTECTED] Subject: Re: Packaged tag libraries Maybe I'm running a version that is too old (daily build from 5/12/2001) but I cant find the method you sugest. What object is getResourcePaths on? ServletContext. Remy 4c4 * Copyright (c) 1999

Re: [PATCH] RE: Packaged tag libraries

2001-05-30 Thread Remy Maucherat
Ok well here is a patch to TldLocationsCache that should all Jasper to correctly process packaged tab libraries. I tested on my system and it works well. I changed processJars() to use the getResourcePaths method as Remy suggested. I pulled tldConfigJar() as it did a bunch of stuff with

RE: Packaged tag libraries

2001-05-22 Thread Robert Petersen
] Subject: Re: Packaged tag libraries I have been having some problems with packaged tag libraries and have seen other mentions of this problem on the tomcat-user list. Basically the problem is that when a taglib is packaged as specified in the JSP 1.2 spec the following error is returned when

Re: Packaged tag libraries

2001-05-22 Thread Remy Maucherat
Maybe I'm running a version that is too old (daily build from 5/12/2001) but I cant find the method you sugest. What object is getResourcePaths on? ServletContext. Remy

Re: Packaged tag libraries

2001-05-21 Thread Remy Maucherat
I have been having some problems with packaged tag libraries and have seen other mentions of this problem on the tomcat-user list. Basically the problem is that when a taglib is packaged as specified in the JSP 1.2 spec the following error is returned when trying to use a tag in that library