Michael S. Fischer writes:
On Tue, Aug 20, 2002 at 04:06:17PM -0700, Michael S. Fischer wrote:
Following the example in the Zope Book, I tried creating a new Product containing a ZClass "Quip" using the ZMI (2.5.1).
When I add an instance of the Quip product to a folder, the Add form appears. I then enter "test" as the ID and hit the "Add" button. This yields an error message with the following exception and stack dump:
Error Type: NameError Error Value: global name 'Quip' is not defined
Answering my own question again -- this appears to be browser-related, ref. <http://collector.zope.org/Zope/121>. I cannot believe this.
Whether or not a name is defined should be independent of the browser. The only thing I can imagine is that the "Authorization" information is not sent properly. But it is unlikely, that this happens only with ZClasses. Dieter