Re: Chain Result with parameters.

2010-04-05 Thread Bruno
Thanks Okan, but as I've wrote on my e-mail, that's exactly what I did, but, still, doesn't work. On Mon, Apr 5, 2010 at 5:52 AM, Okan Özeren wrote: > Hi, > > You will be able to pass a parameter with using this syntax: > > * >collect-address >${userId} > * > > The ${userId} syntax wi

Re: Chain Result with parameters.

2010-04-05 Thread Okan Özeren
Hi, You will be able to pass a parameter with using this syntax: * collect-address ${userId} * The ${userId} syntax will call getUserId on your action and pass parameter. I didn't try this but i hope it'll run successfully. I hope, this will help to you, Okan Özeren. On Sun, Apr 4