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

Chain Result with parameters.

2010-04-04 Thread Bruno
I'm trying to make a chain action result with a parameter. However, the chain action's parameter is being set as null. I've already checked the fileServer object and it's oid, and they aren't null. So I believe the problem is on the chain. Any sugestions? Thanks! /Server_main /jsp/fileServer