Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 78394 invoked by uid 500); 28 Mar 2001 16:23:53 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 78354 invoked from network); 28 Mar 2001 16:23:52 -0000 Message-ID: <20010328162354.22911.qmail@web9611.mail.yahoo.com> Date: Wed, 28 Mar 2001 08:23:54 -0800 (PST) From: Bryan Murphy Subject: Having issues with a taglib To: cocoon-users@xml.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I wrote a taglib that I want to use in an XSP page. It works fine when using it directly in a JSP page and tomcat 3.2, but I have all sorts of problems when I try to bring Cocoon 1.8 into the picture. Basically, it comes down to this. When I add the taglib definition to the cocoon.properties file, ALL my cocoon XML files are converted into 0 byte java files which obviously don't compile or work on the server. This includes files that don't use the taglib. If I insert the taglib definition into my WEB-INF/web.xml file, but not the cocoon.properties file, the taglib works 100% of the time in the .jsp pages, but is ignored by Cocoon. This is my WEB-INF/web.xml entry: http://links.terralab.com/2001/control /WEB-INF/classes/com/terralab/mozilla/links/tags/tags.tld This is the entry I put in cocoon.properties: processor.xsp.logicsheet.control.java=file:///home/links/public_html/WEB-INF/classes/com/terralab/mozilla/links/tags/tags.tld (right after processor.xsp.logicsheet.fp.java=resource://org/apache/cocoon/processor/xsp/library/fp/fp.xsl) I get no error messages, just 0 byte .java files in my repository directory. Can somebody help? Bryan __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.refer=text --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: