[Zope] Setting object properties

Victor Ng v2ng@home.com
Wed, 1 Sep 1999 00:06:50 -0500 (CDT)


On Tue, 31 Aug 1999, Kevin Dangoor wrote:

> ><P>CD Info:</P>
> ><dtml-call "myCD.manage_changeProperties({'artist':'Victor Ng'})">
> ><dtml-with myCD>
> > <p>Title: <dtml-var title></P>
> > <P>Artist: <dtml-var artist></P>
> > <P>Description: <dtml-var description html_quote newline_to_br></P>
> ></dtml-with>
> 
> This is normal. The new property value isn't really set until the whole
> transaction has completed, which is after the DTML Method is done.

Ok - but then shouldn't the new artist information be available the next
time I view the page?  The same data keeps coming back over and over...

The url is http://24.64.140.53:8080/cdtest

Vic