Hi All,
I updated CTLX with some improvements and fixes.
For those getting a
NoClassDefFoundError: org/apache/xerces/parsers/AbstractDOMParser
when using the TLDParser servlet, that bug is now fixed.
The TLDParser is no longer dependent on xerces. It uses only the JAXP API,
so you can plug in a
This looks like it might be problem with the your xml parser rejecting the
old version of struts (more precisely, its DTD) that comes with CTLX. Try
replacing the lib/struts.jar with a new one from jakarta.
Dan
On 3/14/02 2:13 AM, "ras" <[EMAIL PROTECTED]> wrote:
> hi,
>
> I've installed tomc
ot; to
[your_jar]/META-INF/your-taglib.tld happens automatically.
Dan
At 12:36 PM 2/13/2002 +0100, Thomas Colin de Verdiere wrote:
>Hi thanks,
>you mean the URI you specify in TLD must be META-INF/my-taglib.tld
>
>Thomas
>
>
>Dan Mandell wrote:
>
>>Hi Thomas,
>>
Hi Thomas,
Yes, just place the TLD in the META-INF entry of the JAR. The URI you
specify in the TLD will automatically map to the location of the TLD within
the JAR. Then you can reference the tag library by using taglib directive
within a JSP:
<%@ taglib uri="your_uri" prefix="your_prefix" %
Anyone familiar with Tag Library Validators know what might generate the
following in the Catalina log?:
2001-07-25 18:58:15 jsp: init
2001-07-25 19:01:52 Could not load TagLibraryValidator class
org.apache.taglibs.jsptl.tlv.ScriptFreeTLV: EXCEPTION:
org.apache.taglibs.jsptl.tlv.ScriptFreeTLV
200
Hi All,
Simon here is tryin to run CTLX on weblogic. He wants to know where to
place the .war files, since the docs only provide instructions for
Tomcat. I'm not familiar with weblogic, anyone know into which directory
one places webapps?
Thanks,
Dan
>> -- Forwarded message --