On Mon, Dec 20, 1999 at 02:31:32PM -0600, Stephen Pitts wrote:
How can I access the properties of a broken Z-Class instance through DTML? I've rewritten a Z-Class inside one of my Products in Python and I'm trying to migrate all of the instances. I know the data is there, because I can export the instance to an HTML file and the properties show up. :-) -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
The attached patch fixes it so that you can access properties of Broken instances. Why is this not default behavior? -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org