CForms - nested repeaters

2012-11-30 Thread Peter Sparkes
Cocoon 2.1.11 I can't get a nested repeater to work. Can anyone point to to an example please Peter - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

RE: Download Zip for processed contents

2012-11-30 Thread Robby Pelssers
Of course there is Mansour. You first need to define a pipeline that will dynamically generate the below zip:archive document. If that is based on processing files from some directory you could potentially first use the directory generator to list the files in XML directory representation. But

Re: CForms - nested repeaters

2012-11-30 Thread Francesco Chicchiriccò
On 30/11/2012 09:37, Peter Sparkes wrote: Cocoon 2.1.11 I can't get a nested repeater to work. Can anyone point to to an example please Hi Peter, I am not very familiar (any more) with CForms but do you mean something like

Re: CForms - nested repeaters

2012-11-30 Thread Peter Sparkes
Thank you Francesco Just what I wanted. Peter On 30/11/2012 09:12, Francesco Chicchiriccò wrote: On 30/11/2012 09:37, Peter Sparkes wrote: Cocoon 2.1.11 I can't get a nested repeater to work. Can anyone point to to an example please Hi Peter, I am not very familiar (any more) with CForms

RE: CForms br /

2012-11-30 Thread Robby Pelssers
Did you already debug what you received back on the server side? I’m interesting what value the form posts to the server. http://cocoon.apache.org/2.1/apidocs/index.html?overview-summary.html I would put a breakpoint on

Cocoon zone now with 2.2 samples (besides 2.1 and 3.0)

2012-11-30 Thread Francesco Chicchiriccò
Hi all, having found [1], I finally put the Cocoon 2.2 samples at [2] together with 2.1 and 3.0, already available there. I have also updated [3] for jail management instructions. Regards. [1] http://mrhaki.blogspot.it/2008/09/running-cocoon-22-samples.html [2] http://cocoon.zones.apache.org/

Re: Download Zip for processed contents

2012-11-30 Thread Mansour Al Akeel
Robby, thank you. Can you please explain or give me a hint of what would the output of : map:transform src=filelist2ZipArchive.xslt/ look like ?? On Fri, Nov 30, 2012 at 4:01 AM, Robby Pelssers robby.pelss...@nxp.com wrote: Of course there is Mansour. You first need to define a pipeline

RE: Download Zip for processed contents

2012-11-30 Thread Robby Pelssers
Hi Mansour, I am for simplicity assuming you want to process a batch of files in some directory. http://cocoon.apache.org/2.1/userdocs/directory-generator.html So the match pattern [listfiles/**] will generate sth like dir:directory xmlns:dir=http://apache.org/cocoon/directory/2.0;

Re: Cocoon zone now with 2.2 samples (besides 2.1 and 3.0)

2012-11-30 Thread gelo1234
Looks like C 3.0 samples need more tweaking: http://cocoon.zones.apache.org/cocoon3/ Greetings, -Greg 2012/11/30 Francesco Chicchiriccò ilgro...@apache.org Hi all, having found [1], I finally put the Cocoon 2.2 samples at [2] together with 2.1 and 3.0, already available there. I have also

Re: Cocoon 3.0 generators/aggregators/calling controllers/include/xslt questions

2012-11-30 Thread Thorsten Scherler
On 12/01/2012 01:15 AM, gelo1234 wrote: Hello, I was trying to find some samples from current C3.0 implementation to know more about C3.0 but some information is absent. Perhaps someone here could answer that: In some old Cocoon release (2.x) there was a possibility to define multipart