[Zope-CMF] what happened to Document???
marc lindahl
marc@bowery.com
Thu, 31 May 2001 19:14:43 -0400
I just updated my CMF via CVS and it broke structured text documents... I
don't see any clear explanation in the logs, can someone explain?
This used to work, spitting out a nice structured text block I could put in
a table cell:
<dtml-if bio><dtml-var "bio.cooked_text"></dtml-if>
where 'bio' is a CMF Document.
Now, I get:
Error type: AttributeError
Error value: 'string' object has no attribute 'cooked_text'
Also, stuff like bio.text, which used to work, gives the same error. For
some reason what used to be an (Document) object, zope now thinks is a
string??