[Zope] Importing a ZClass from Zope 2.8.1 to Zope 2.9.0

2006-02-15 Thread Edward Huixquic
Hi Zopistas:I am trying to import into a Zope 2.9.0 installation, a ZClass that lives and runs fine in a Zope 2.8.1. I am getting an error which I attach below (from my event.log):What I am getting is a ZClassName does not support this operation. Does any of you have any idea what is going on and,

Re: [Zope] Modifying a Dictionaries in an Extenal Method

2005-06-06 Thread Edward Huixquic
Thanks Tino for your comments, here are some more comments: On 6/5/05, Tino Wildenhain [EMAIL PROTECTED] wrote: cut stuff def pyUpdate(self,REQUEST): fields=REQUEST['fields'] x=REQUEST['x']=fields[0] y=REQUEST['y']=fields[1] x.balance=5000 y.balance=5000 I

Re: [Zope] Modifying a Dictionaries in an Extenal Method

2005-06-05 Thread Edward Huixquic
Dieter: Thanks again for your time and your excellent help. Below are some comments of my own to yours message, (hope the post doesn't become too mangled and hard to read). On 6/5/05, Dieter Maurer [EMAIL PROTECTED] wrote: Edward Huixquic wrote at 2005-6-5 00:05 -0500: ... dtml-if process

Re: [Zope] Modifying a Dictionaries in an Extenal Method

2005-06-04 Thread Edward Huixquic
Thanks Dieter for your kind reply, Here is a complete (a bit long, sorry for that) example of what is happening, here are some code pieces that shows this behavior: DTML: -- HTML BODY dtml-if process dtml-in fields mapping dtml-call