Re: Detecting mobile browsers and redirecting

2011-05-09 Thread florent andré
Hi, May have a look to this : http://cocoon.apache.org/2.1/userdocs/browser-selector.html ++ On 05/09/2011 02:02 PM, Mike Sickler wrote: I also posted this question to http://stackoverflow.com/questions/5849929/how-do-i-configure-cocoon-to-redirect-mobile-browsers-to-a-mobile-site StackOverfl

[2.2] RCL not only for dev ?

2010-11-03 Thread florent andré
Hi all, As I work on 2.2 for Lenya I figured out a "strange" comportment with rcl. We have this blocks 1) webapp-welcome with goal mvn jetty:run 2) webapp with an rcl.properties 3) export that is call from a usecase component in usecase block. This export have this bean declaration :

2.2 Bean "heritance"

2010-10-14 Thread florent andré
Hi all, Newbie to 2.2 and not a star in spring, so maybe this question is non sense. The case : - I have a module "Main" where is defined an input-module (AnInput) in a "bean way" - I have a module "Specific" that depend on the "Main" and would like to use AnInput is his sitemap. I have to red

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread florent andré
Hi Andre, Thanks for your day to day research feedback. In Lenya (widely use of cocoon), we have this : src="{fallback:lenya/modules/webdav/sitemap.xmap}" check-reload="true" reload-method="synchron"/> So the request-method selector seems to detect

Re: "argument type mismatch" when using fn:replace

2010-08-06 Thread florent andré
Hi Chris, Good news, you don't have to switch all your cocoon app from xalan to saxon !! You can easily have a pretty src="path/to/my/xslt2.0.xsl"/> For this, you just have to : 1) add this libs in your classpath : http://svn.4sengines.eu/modcontrib/xslt2.0/trunk/java/lib/ 2) patch your c

Re: Hand over XSL variable value - wrong list?

2010-07-28 Thread florent andré
Depending on your design, you can also use an input Module : http://cocoon.us.apache.org/2.1/userdocs/concepts/modules-ref.html that can "inject" values into pipelines. ++ On 26/07/2010 16:36, Boisvert, Eric wrote: it's the right list. Anyone, correct me if I'm wrong, but it cannot be done (no

Re: 2.2 release planed ?

2010-07-16 Thread Florent André
On Fri, 16 Jul 2010 10:57:37 + (UTC), Maciej Rosiek wrote: > Florent André 4sengines.com> writes: > >> For example : >> > http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/ >> >> --> in 1.0.0-SNAPSHOT >>

Re: 2.2 release planed ?

2010-07-16 Thread Florent André
On Fri, 16 Jul 2010 08:38:45 + (UTC), Maciej Rosiek wrote: > Florent André 4sengines.com> writes: >> >> With maven, I would like to direct retrieve cocoon libs from main maven >> repos [1]. But now, all 2.2 modules are not in, and in trunk they are >&g

2.2 release planed ?

2010-07-15 Thread Florent André
Hi all, With maven, I would like to direct retrieve cocoon libs from main maven repos [1]. But now, all 2.2 modules are not in, and in trunk they are many in SNAPSHOT version. Have you a release in mind for that ? Thanks [1] : http://repo1.maven.org/maven2/cocoon/ --

cocoon-chaperon-impl not present in maven repos

2010-07-12 Thread florent andré
Hi, Chaperon-impl is not present in the main maven repository[1], but it's present in the apache's svn [2]. There is a special reason ? Thanks [1] http://repo1.maven.org/maven2/org/apache/cocoon/ [2] http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-chaperon/cocoon-chaperon-impl/ --

Re: Cocoon 2.1 and C3 together

2010-06-25 Thread florent andré
up ? ++ On 06/18/2010 12:45 AM, florent andré wrote: Hi there, As I work on Lenya (http://lenya.apache.org/), I would like to add a C3 module inside ( Wiket for example ). I would like to know if it's possible to group in a same app C2.1 and C3 ? (risk for java class crashes, sitemap

Cocoon 2.1 and C3 together

2010-06-17 Thread florent andré
Hi there, As I work on Lenya (http://lenya.apache.org/), I would like to add a C3 module inside ( Wiket for example ). I would like to know if it's possible to group in a same app C2.1 and C3 ? (risk for java class crashes, sitemap norm too differents, ...). Any idea, RTFM links, thought,..

Re: Runnable in flowscript?

2010-03-19 Thread Florent André
Yi, Perhaps it's just an in mail typo error, but your "pdf-create-pipeline" spell in : On Fri, 19 Mar 2010 10:40:51 -0400, Fawzib Rojas wrote: > > cocoon.processPipelineTo("pdf-create-pipeline'',output_stream); > output_stream.close(); > } > }; begin wit

Re: Is Cocoon right for me?

2010-02-16 Thread Florent André
On Tue, 16 Feb 2010 19:13:28 + (UTC), L Duperval wrote: > Florent André 4sengines.com> writes: >> > Is there a directory event pipeline? Something that watches changes in a > directory and reacts accordingly? You have the directory generator [2] that list the content of

Re: Is Cocoon right for me?

2010-02-16 Thread Florent André
On Tue, 16 Feb 2010 17:28:59 + (UTC), L Duperval wrote: > Hi, > [[..]] > > I'm pretty sure that the last three are supported by Coccon but I am unsure > about the first one. I don't think it will be possible to push the data to > the > Cocoon server via a form, or via some sort of GET/POST c

Re: Generate directory listing from a zip and unzip

2009-12-17 Thread florent andré
! :) Thanks Kind regards, Robby Pelssers -Original Message- From: Florent André [mailto:florent.andre-...@4sengines.com] Sent: Thursday, December 17, 2009 3:50 PM To: Users Subject: Generate directory listing from a zip and unzip Hi cocoon list ! I work on cocoon 2.1 and I would like to

Re: Cocoon 3 and Cforms

2009-11-24 Thread Florent André
On Tue, 24 Nov 2009 12:26:27 +0100, Reinhard Pötz wrote: > Florent André wrote: >> Hi all, hi Reinhard, >> >> I see this on your website : "Cocoon 3 doesn't provide a stateful forms >> framework." [1] >> >> Does it mean that there

Cocoon 3 and Cforms

2009-11-24 Thread Florent André
Hi all, hi Reinhard, I see this on your website : "Cocoon 3 doesn't provide a stateful forms framework." [1] Does it mean that there will not have Cforms / Xforms solutions in Cocoon 3 ? And what about continuations (closely linked to forms no ?) ? Thanks, Have a good day [1] : http://www.ind