Re: Flow and actions correct way?

2004-02-13 Thread Antonio Gallardo
Hi Joose: I think you would find a solution using just Flow. You can change your action to a Java class that can be called from inside flow. Best Regards, Antonio Gallardo Joose Vettenranta dijo: Hi, just been wondering flow-scripts and wiki didn't help much. So, is actions correct way to

Re: Flow and actions correct way?

2004-02-13 Thread Joose Vettenranta
When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How can I get information from request, or does that have to been wrapped through flow? What I like to do, is to make an action like class, which would take

Re: Flow and actions correct way?

2004-02-13 Thread Antonio Gallardo
Joose Vettenranta dijo: When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How can I get information from request, or does that have to been wrapped through flow? What I like to do, is to make an action like

Re: Flow and actions correct way?

2004-02-13 Thread Upayavira
Antonio Gallardo wrote: Joose Vettenranta dijo: When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How can I get information from request, or does that have to been wrapped through flow? What I like to do, is

RE: Flow and actions correct way?

2004-02-13 Thread Reinhard Poetz
From: Upayavira [mailto:[EMAIL PROTECTED] Antonio Gallardo wrote: Joose Vettenranta dijo: When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How can I get information from request, or does

Re: Flow and actions correct way?

2004-02-13 Thread Upayavira
Reinhard Poetz wrote: From: Upayavira [mailto:[EMAIL PROTECTED] Antonio Gallardo wrote: Joose Vettenranta dijo: When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How