RE: XUpdate questions

2003-07-01 Thread Jonathan Spaeth
Title: RE: XUpdate questions The Xupdate functionality comes with the xindice database. (See the wiki for more information on how to integrate xindice). Jon -Original Message- From: jm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 01, 2003 9:43 AM To: [EMAIL PROTECTED] Subject:

RE: reading xml from pipeline into a flow script

2003-06-28 Thread Jonathan Spaeth
Title: RE: reading xml from pipeline into a flow script One simple way of accomplishing this is to simply, define pipeline to generate, transform, and serialize the xml. Then, in the flowscript, simply use the jaxp dom api to load the generated xml: flow() { var document =

RE: Continuations and JXForms

2003-06-16 Thread Jonathan Spaeth
Title: RE: Continuations and JXForms JD I am not an official cocoon developer, but I believe the continuation id is generated the first time a user visits any page in the flowscript, not just the final submission. Jon -Original Message- From: JD Daniels [mailto:[EMAIL PROTECTED]]

RE: Calling Actions from the Flow with Javascript

2003-06-09 Thread Jonathan Spaeth
Title: RE: Calling Actions from the Flow with Javascript I have experienced this, as well. Jon -Original Message- From: Bobby Mitchell [mailto:[EMAIL PROTECTED]] Sent: Monday, June 09, 2003 12:49 PM To: [EMAIL PROTECTED] Subject: Calling Actions from the Flow with _javascript_

questions regarding v2.1

2003-03-10 Thread Jonathan Spaeth
Title: questions regarding v2.1 I have been developing a webapp with cocoon 2 for at least three months now. After building the latest system (as checked out from the repository cocoon-2.1), xmlform does not appear to be mentioned in the sitemap, but the java classes have all been built. Is

RE: extending XMLForms for different kinds of models...opinions?

2003-02-17 Thread Jonathan Spaeth
is a significant step forward. It does not prohibit future extensions, so I definitely support it, but in the meanwhile I am interested to hear what else can we do in the future. -=Ivelin=- - Original Message - From: Jonathan Spaeth To: 'Josema Alonso

RE: extending XMLForms for different kinds of models...opinions?

2003-02-15 Thread Jonathan Spaeth
Title: RE: extending XMLForms for different kinds of models...opinions? As a user of cocoon, I see this as a very advantageous feature. I am currently using cocoon/xmlform and have been developing with it for about five months now. Your suggestion matches some of the thoughts I was having at

xmlform samples are not working for me

2003-01-15 Thread Jonathan Spaeth
Title: xmlform samples are not working for me I just checked out the latest version of the repository and found the xmlform samples are not working for me: Here is the stack trace. Has anybody seen this or know what it could be related to? java.lang.NullPointerException: at

RE: building the current CVS

2003-01-14 Thread Jonathan Spaeth
Title: RE: building the current CVS I had a similar problem when attempting this with jdk 1.3.1 on a unix system. The problem is java vm is running out of memory. The solution is to increase the memory allocated to the java vm. This can be done by passing -Xmx to the java vm or -X for the -X

Cocoon 2.1 and sunshine

2002-12-14 Thread Jonathan Spaeth
Title: Cocoon 2.1 and sunshine I have noticed that the sunshine authentication and portal packages are not in cocoon 2.1 in cvs. Has this functionality been moved elsewhere or is it going to be? I would like to use the authentication andportal frameworks, as well as the xmlform framework;

Multiple data sources

2002-12-10 Thread Jonathan Spaeth
Title: Multiple data sources Is there a standard way of integrating multiple data sources using xmlform? The XForms spec defines the model and instance elements which would be a good solution for my problem. Basically, this is what I am attempting to do: 1. Load an xml document from an xml