You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Johannes Lichtenberger <Jo...@uni-konstanz.de> on 2009/12/18 20:41:55 UTC

parameters / objects from pipeline comp. to pipeline component

Hi,

what's the proper way to handle data which should be sent from a
generator to a transformer (an ArrayList). It seems if I use a simple
static getter on a static ArrayList it's always null.

regards,
Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: parameters / objects from pipeline comp. to pipeline component

Posted by Johannes Lichtenberger <Jo...@uni-konstanz.de>.
On Fri, 2009-12-18 at 20:41 +0100, Johannes Lichtenberger wrote:
> Hi,
> 
> what's the proper way to handle data which should be sent from a
> generator to a transformer (an ArrayList). It seems if I use a simple
> static getter on a static ArrayList it's always null.

I've put it in the parameters HashMap, which I get through the
setup(...) method.

As a side note: I can't find any nice documentation of Cocoon 2.2 and
above :-/ I borrowed the book Cocoon 2 and Tomcat, but I think many
things are already outdated.

greetings,
Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org