[Correction-Doh!] On Tue, 17 Aug 1999 17:20:23 -0600 (MDT), Alex Rice <alrice@swcp.com> said: Alex> However, like this, it doesn't appear to call reindex_object, or it Alex> just doesn't do anything: Alex> <dtml-call "propertysheets.info.manage_editProperties(REQUEST)"> Alex> <dtml-call reindex_object> ^^^^^^^^^^^^^^ Correction, this works. This version does not work: <dtml-call "reindex_object"> Alex will now write on the chalk board "C-u 1000". <dtml-var varName> == <dtml-var name="varName"> <dtml-var "varName"> == <dtml-var expr="varName"> # probably not what you want <dtml-var "_['varName']"> == <dtml-var varName> see pp. 2 of DTML User's Guide. I've been using Zope for 4 months now and I still get tripped on this :-) -- Alex Rice | alrice@swcp.com | http://www.swcp.com/~alrice Current Location: N. Rio Grande Bioregion, Southwestern USA