Flow and actions correct way?

2004-02-13 Thread Joose Vettenranta
Hi, just been wondering flow-scripts and wiki didn't help much. So, is actions correct way to do stuff and possibility in flow? I mean, like SendPageAndWait("foo"); if (cocoon.act("xsp-action", "xsp/checkfoo.xsp", "foo" : foo)) // true else // false Or is that just wrong (or did I even use coc

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

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 in

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 lik

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 t

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 r

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