Re: cforms xml binding with xs:choice

2006-11-08 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Behrens wrote: Hi, working on my first Cocoon project I am facing the following problem; I am generating a html form using cforms from a given schema (and accompanying xml data file). The schema contains a couple of xs:choice instructions.

Running 2.2 Block and Avalon NoSuchMethodError

2006-11-08 Thread Patrick Refondini
Hi, while running my Cocoon 2.2 block ( mvn jett6:run ) I obtain the following exception: (...) Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested

log4j config

2006-11-08 Thread Nicolas BOUSSUGE
Hello, I have 2 quick questions regargding Cocoon 2.1.9 and log4j configuration. I must replace the logkit by log4j in my cocoon app. So I uncommented the following settings in the web.xml : init-param param-namelogger-class/param-name

Re: Running 2.2 Block and Avalon NoSuchMethodError

2006-11-08 Thread Patrick Refondini
Patrick Refondini wrote: Hi, while running my Cocoon 2.2 block ( mvn jett6:run ) I obtain the following exception: (...) Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource

Using match pattern parameter from within a sub-act.

2006-11-08 Thread Antonio Magni
Hi, A basic question, but I cannot find a reference for this anywhere: How do I access the parameters from my match pattern within an act? The following snippet explains my situation where I get a java.io.FileNotFoundException: [...]xsp/.xsp (No such file or directory) snippet begins

Fwd: json post

2006-11-08 Thread Maurizio P.
Wow! great, thank u very much. Btw i am quite newbie in compiling cocoon modified blocks of code... may u be so kind to drive me in compiling it? is it just a question of calling 'javac MyHttpProxyGenerator.java' ? (maybe with some flag to create the .jar file and with some flag indicating where

RE: Using match pattern parameter from within a sub-act.

2006-11-08 Thread Andrew Stevens
From: Antonio Magni [EMAIL PROTECTED] Date: Wed, 8 Nov 2006 15:00:08 -0200 Hi, A basic question, but I cannot find a reference for this anywhere: How do I access the parameters from my match pattern within an act? The following snippet explains my situation where I get a

Re: CForms: tree widget sample

2006-11-08 Thread Fred Vos
On Tue, Oct 24, 2006 at 09:15:25PM +0200, Lars Geldner wrote: Dear Cocoon users and developers, in a pilot project I want to write a CForms tree widget to visualize a hierarchical structure stored in a database. I've studied the CForms tutorial at Apache's Cocoon site but the information

Re: cforms xml binding with xs:choice

2006-11-08 Thread Jan Behrens
Giacomo Pati [EMAIL PROTECTED] schrieb am 08.11.2006 09:21:21: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Behrens wrote: Hi, working on my first Cocoon project I am facing the following problem; I am generating a html form using cforms from a given schema (and accompanying