Re: SOLVED: JavaScript in XSL/Xalan/BSF issue Cocoon 2.1.7

2005-06-02 Thread Antonio Gallardo
Hi John, The next xalan released (planned for July 15th) will include the fix. Please see: http://issues.apache.org/bugzilla/show_bug.cgi?id=29401 Best Regards, Antonio Gallardo. On Jue, 2 de Junio de 2005, 6:34, Bazeley, John dijo: > Hi All, > > If you get NullPointerExceptions from Xalan when

SOLVED: JavaScript in XSL/Xalan/BSF issue Cocoon 2.1.7

2005-06-02 Thread Bazeley, John
Hi All, If you get NullPointerExceptions from Xalan when trying to call JavaScript code inside a block, the fix, as it turns out, is simple. The problem is that the Xalan component expects to find the BSF component in the package com.ibm.bsf. The bsf 2.3.0 component delivered as part of Co

javascript in XSL within Cocoon

2005-02-24 Thread Norman Barker
Hi, I am using JBoss 4 and Cocoon 2.1.5.1. When I try to use javascript within XSL to use the javascript function atob() I get the error org.apache.xalan.extensions.ObjectFactory$ConfigurationError: Provider com.ibm.bsf.BSFManager not found I have moved bsf-2.3.0.jar to %JBOSS_HOME%/lib, and t

Re: javascript in XSL

2004-08-16 Thread Jan Hoskens
========= From: KOZLOV Roman Subject: Re: javascript in XSL Date: Mon, 16 Aug 2004 04:35:45 -0700 Hi, What is your pipeline for this? Check it. Siaw Ling Lo wrote: hi, I am using cocoon2 and trying to build a tree that can collapse and expand when click. I tried various meth

Re: javascript in XSL

2004-08-16 Thread Siaw Ling Lo
: java.lang.NullPointerException . Thanks again, Siaw Ling == From: KOZLOV Roman Subject: Re: javascript in XSL Date: Mon, 16 Aug 2004 04:35:45 -0700 Hi, What is your pipeline for this? Check it. Siaw Ling Lo wrote: > hi, > > I am using cocoon2 and

Re: javascript in XSL

2004-08-16 Thread Olivier Lange
Didn't method 1) work? It used it many times and it works for me. I just had to take care of IE, which does not detect the /> at the end of element and swallows everything up to the end of the page: