[Zope-dev] Zope Tests: 5 OK

2007-08-22 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Aug 21 12:00:00 2007 UTC to Wed Aug 22 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Tue Aug 21 20:53:31 EDT 2007

Re: [Zope] How do I eval a variable within the acquisition path?

2007-08-22 Thread Chris Withers
Tim Nash wrote: category = REQUEST.form['category'] animal = REQUEST.form['animal'] print context.Vet.category.animal.vaccinateplan() print context.Vet[category][animal].vaccinateplan() cheers, Chris -- Simplistix - Content Management, Zope Python Consulting -

Re: [Zope] How do I eval a variable within the acquisition path?

2007-08-22 Thread Tim Nash
This is what I was looking for. Thanks to all. Tim print context.Vet[category][animal].vaccinateplan() cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope maillist -