Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 44483 invoked from network); 6 Apr 2000 03:54:32 -0000 Received: from tamqfl1-60-250.biz.dsl.gtei.net (HELO charon.seaconinc.com) (209.241.60.250) by locus.apache.org with SMTP; 6 Apr 2000 03:54:32 -0000 Received: (qmail 4535 invoked from network); 6 Apr 2000 03:54:30 -0000 Received: from unknown (HELO pluto) (192.168.0.3) by 192.168.0.1 with SMTP; 6 Apr 2000 03:54:30 -0000 From: "Roger Vaughn" To: "Cocoon Users" Subject: XSP Taglib frustrations Date: Wed, 5 Apr 2000 23:54:30 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm having trouble with XSP taglibs. I first couldn't figure out how to associate an XSP sheet to a source page - I *finally* found the section in cocoon.properties for it. This ought to get doc'ed somewhere in the online XSP intros. After finding the section, I added this line to my cocoon.properties: processor.xsp.logicsheet.example.java = file:///home/httpd/html/example.xsl. Now, when I try to pull up my XML example, I get an exception from Cocoon - a NullPointerException at XSPProcessor.java:359 (in the process method). (I also tried putting "localhost" in the hostname slot.) Any hints why this is happening? I would guess that the processor isn't finding my file, but I would hope there would be an explicit check for that condition. Thanks for any help. rog