[Zope-dev] Re: DTML Zclass ID bug - HELP!

Alexandre Ratti ratti@dial.oleane.com
Fri, 22 Oct 1999 12:39:24 +0200


Thanks Toby. It works fine for me.

I'll write up a short howto or a tip on this so that this information is 
readily available.

Cheers.

Alexandre


At 12:00 21/10/1999 -0700, you wrote:
>From: Toby Dickenson <tdickenson@geminidataloggers.com>
>To: zope-dev@zope.org
>Subject: RE: [Zope-dev] Re: DTML Zclass ID bug - HELP!
>Date: Thu, 21 Oct 1999 10:01:17 +0100
>charset="iso-8859-1"
>
>You need to add the following setName call to the constructor... I'm not
>sure whether this is a solution, or a hack.
>
><!--#with "hta.createInObjectManager(REQUEST['id'], REQUEST)"-->
><dtml-call "setName(REQUEST['id'])">
><!--#/with-->
>
>-----Original Message-----
>
>Did anyone solve the problem describe by Anthony below ?
>
>I'd really like to know because it sounds suspiciously like one of my own
>ZClass ailments: I can't access a ZClass instance ID and I can't display
>its value on a property sheet.