14 Nov
2007
14 Nov
'07
11:17 a.m.
Nando Quintana wrote:
Hi Baiju
I started writing a book about Zope Component Architecture.
Great news! Thank you for this effort!
If you have any suggestions/comments please send it to me.
We've taken a quick look at it and We've seen something strange on page 21:
... def register(self): ... next_id = get_next_id() ... guests_db[next_id] = { ... ’name’: guest.name, ... ’place’: guest.place, ... ’phone’: guest.phone ... }
Here you should write "self.guest.name" instead of "guest.name", shouldn't you? or am I missing shometing?
Yes, that is an error. Thanks for pointing this out. Regards, Baiju M