Re: Marshalling Strings back to data type
Ok, found __bobo_traverse__ but how do I return index_html (the one in the folder or higher up)? Chris ----- Original Message ----- From: Chris Bruce To: zope@zope.org Sent: Tuesday, March 23, 2004 5:16 PM Subject: Marshalling Strings back to data type I am storing a STRING version of dictionary in db like: {'3_Professional Designation': ['Bookkeeper', 'QuickBooks Certified Pro Advisor'], '4_Products Supported': ['QuickBooks & QuickBooks Pro'], '1_QuickBooks Services': ['Software Installation', 'Software Support', 'Troubleshooting', 'Phone Consultations', 'Seminars', 'One to One Training', 'Payroll'], '2_Accounting Services': ['Bookkeeping ', 'Payroll'], '5_Platforms Supported': ['Windows']} Is there a way in Zope to type that back to a dict?
Chris Bruce wrote:
found __bobo_traverse__ but how do I return index_html (the one in the folder or higher up)?
wha? __bobo_travesre__ is a traversal hook for doing things while Zope is traversing the URL or any other path. What do you think it is? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
I responded to wrong message. Obviously __bobo_traverse__ has nothing to do with marshalling a string. Chris ----- Original Message ----- From: Chris Withers To: Chris Bruce Cc: zope@zope.org Sent: Wednesday, March 24, 2004 5:49 AM Subject: Re: [Zope] Re: Marshalling Strings back to data type Chris Bruce wrote:
found __bobo_traverse__ but how do I return index_html (the one in the folder or higher up)?
wha? __bobo_travesre__ is a traversal hook for doing things while Zope is traversing the URL or any other path. What do you think it is? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Bruce -
Chris Withers