|
From: Daniele T. <d.t...@ic...> - 2001-12-27 08:37:30
|
Ok! We'll put the eval_parameters['client'] right back! Thanks a lot for = the=20 explanation! Daniele =3D) On Thursday 20 December 2001 22:30, Juli=E1n Mu=F1oz Dom=EDnguez wrote: > On Thu, 20 Dec 2001, Daniele Tarini wrote: > > You are right, we skipped the 'client' parameter. > > I am talking about this case: > > - automatic activity > - the called method is acquired, outside the Openflow folder > - This method is a DTML-Method > - This method acquires something, in the way you expect (Zope acquisiti= on, > it fetchs the methods, and the properties in the parent folder of the > DTML-methon, then in the parent of the parent folder... etc...). > > > What I had without the "client" parameter, was an error. While this met= hod > worked in manual mode (calling it from the ToDoList), it failled in > automatic. I think that the DTML was acquiring from the Activity folder= , > and that is why it failed. > > Well, looking the Zope code, I setted "client" to the parent > folder, and it worked. |