Re: NullPointerException in JXFormsGenerator

2003-06-30 Thread Jonathan Spaeth
Title: Re: NullPointerException in JXFormsGenerator Chris I checked out the code and that same NULL_LOCATOR problem exists around line 824 in the characters method. I fixed that on my local copy and the transformer works as planned. Thanks, Jon

NullPointerException in JXFormsGenerator.java

2003-06-28 Thread Jonathan Spaeth
Title: NullPointerException in JXFormsGenerator.java To all concerned I have come across a problem using the jxforms transformer. I desire to create jxform documents dynamically via the sql transformer and an xslt. I can compose a proper jxforms document using a base xml document, the sql

sql transformer bug?

2003-06-27 Thread Jonathan Spaeth
Title: sql transformer bug? Can somebody please point me in the right direction: I am attempting to use the sql transformer to update an oracle database. I am using a jdk 1.4 Running with cocoon version 2.1m2 Here is my sitemap: map:match pattern=create.xsql map:generate src="">

RE: sql transformer bug?

2003-06-27 Thread Jonathan Spaeth
PM To: [EMAIL PROTECTED] Subject: RE: sql transformer bug? 'sql:substitute-value sql:name=date', should be 'sql:substitute-value sql:name=date/', note the / at the end. /LS -Original Message- From: Jonathan Spaeth [mailto:[EMAIL PROTECTED

calling actions from a flow script

2003-06-26 Thread Jonathan Spaeth
I just checked the latest wiki on the FOM. It says: Map callAction(name,map) invoques the action indicated by the given name and pass the given map as model NOTE (SM): I personally believe that the getComponent() method removes all needs for the callAction() method. I foresee a future

RE: XML Form use cases

2003-06-19 Thread Jonathan Spaeth
Title: RE: XML Form use cases I recently ran into this same use case scenario when using cocoon myself. I just figured I wasn't going to try to make cocoon do something it didn't seem was supported yet. Therefore, instead of switching on the submit id, I use a multi-item form control such as

RE: cvs commit: cocoon-2.1/lib/core rhino1.5r4-continuations-20030605.jar rhino1.5r4-continuations-20030323.jar

2003-06-06 Thread Jonathan Spaeth
Title: RE: cvs commit: cocoon-2.1/lib/core rhino1.5r4-continuations-20030605.jar rhino1.5r4-continuations-20030323.jar I am not sure if I have experience the exact bug you are referring to, but the abstract description fits the behavior I have experience using the cocoon-2.1-m2 release. I

RE: AbstractMethodError: org/apache/excalibur/event/impl/AbstractQueue.enqueue

2003-04-02 Thread Jonathan Spaeth
Title: RE: AbstractMethodError: org/apache/excalibur/event/impl/AbstractQueue.enqueue Did anybody ever figure out this problem? I seem to be experiencing it as well. I am running a tomcat application server version 4.1.24 on a freebsd server. I just compiled a fresh snapshot of the cvs