RE: [2.2] Building samples

2008-04-21 Thread Jeroen Reijn
Hi Kamal, You can see the sample by building Cocoon. $mvn -P allblocks install then afterwards: $cd core/cocoon-webapp $mvn jetty:run That should do the trick. See the README.txt in the root directory of your cocoon checkout. Regards, Jeroen Reijn -Original Message- From: Kamal

RE: Maven + FOP

2008-04-21 Thread Carlos Tejo Alonso
Hello, It is working! I had changed the version of the archetype in the creation process from -DarchetypeVersion=1.0.0-RC2 to -DarchetypeVersion=1.0.0: mvn archetype:create -DarchetypeGroupId=org.apache.cocoon -DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0-RC2

Re: Processing dynamically-created forms

2008-04-21 Thread Derek Hohls
Gregorz Unfortunately, when I try: var it = model.children; it has an undefined (null) result, not an iterator. I also tried: var it = myform.getChildren(); but without success. Any ideas how to get this to work? I have tried this in different flowscripts for different forms; all have

Re: [2.2] Building samples

2008-04-21 Thread Patrick Heiden
Hi Kamal! I've written a patch for the security sample, working with spring-security. This was done, becausee the shipped example with acegi did not work correctly. You can find the patch under [1] if you need it. Greetings and have fun, Patrick [1]

xpatch

2008-04-21 Thread Patrick Heiden
Hello together! Is it right, that xpatch-mechanism is only working for cocoon-blocks, not for cocoon-webapp? Further more, if I got the docs right, it will only be used at compile time or during the usage of rcl, right? Greetings, Patrick -- GMX startet ShortView.de. Hier findest Du Leute mit

Re: xpatch

2008-04-21 Thread Reinhard Pötz
Patrick Heiden wrote: Hello together! Is it right, that xpatch-mechanism is only working for cocoon-blocks, not for cocoon-webapp? Further more, if I got the docs right, it will only be used at compile time or during the usage of rcl, right? Applying xpatch files works for the cocoon:rcl goal

action:redirect-to

2008-04-21 Thread Robert La Ferla
Where can I find documentation on action:redirect-to? What Cocoon block do I need when I build Cocoon to enable this functionality? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [2.2] CForms migration

2008-04-21 Thread Grzegorz Kossakowski
Kamal pisze: We are actively discussing idea of deprecating map:mount functionality but no decisions has been made up to now. Anyway, it's quite common opinion that Servlet Service Framework is better approach for achieving modular design in Cocoon-based applications thus map:mount is not

Re: [2.2] Building samples

2008-04-21 Thread Grzegorz Kossakowski
Kamal pisze: Hi, I would like to see some of the Cocoon samples for 2.2. I know they are there, but how do I get to them? In particular, I want CForms, include, mail, batik, and security. As others already explained you need to checkout whole Cocon's trunk from:

Re: [2.2] CForms migration

2008-04-21 Thread Kamal Bhatt
Grzegorz Kossakowski wrote: I see your arguments. In a fact, the ability of sitemap (and other resources) reloading mechanism is not bound to map:mount functionality so I don't see much a problem here. Also, we have constructed much of a our build processes around this idea that every