What's the preferred way to change a property. Eg say I have a property count and I want to increment this each time the object is viewed. I've tried various constructs like <dtml-call count="count+1"> ....</dtml-let>, but the count always goes back to the original value. -- Robin Becker