Hi, 

Maybe you can pass the userLogin GV to the IN Map.

E.g.:
dispatcher.runSync("setPaymentStatus", UtilMisc.toMap("userLogin",
userLogin, .............

Regards,
Rashko Rejmer


On Mon, 2008-02-04 at 13:24 -0800, Deepaks wrote:
> I have been trying to access certain services through runSync and am unable
> to get through.
> 
> I always get "You must be logged in to complete the [create a EntityName]
> process." though I have turned auth=false just to test it out. But I think
> it should have authentication turned on anyways. So is there any way I can
> pass on user information into it?
> 
> Thanks in advance
> 
> PS: Basically, its part of moving an application to ZK interface. I have
> built a form, then creating a context map and calling runSync.

Reply via email to