[Zope] Accessing ZPT properties from another page

2006-10-24 Thread Dyyryath
I've got a page template that I'd like to display some information contained in the properties of another page. Can I do this? I'd like to do something like: Though that obviously doesn't work. :) Does anyone know if something along these lines is possible? __

[Zope] REQUEST Variables and Caching

2006-10-20 Thread Dyyryath
Can anyone here give me a quick explanation of how the 'REQUEST variables' field works in the RAM Cache Manager properties? I've looked and all I can find is: This information is used to store the cached copy of a page. This is an advanced feature, for now

Re: [Zope] Changing Properties With ZPT

2005-08-10 Thread Dyyryath
e 'title' property of the template's container. How do I make the second line do the same thing as the first line. If someone can give me that, I'll know how to do the rest. Thanks for the On Wed, 2005-08-10 at 09:00 +0200, Andreas Jung wrote: > > --On 9. August 2

[Zope] Changing Properties With ZPT

2005-08-09 Thread Dyyryath
I'm trying to figure out how I can change the properties of a template with ZPT. For example, let's say I've got a Page Template with a property called 'name' and I want to change it in response to something in the HTTP request: SOME CODE TO CHANGE THE PROPERTY TO EQUAL context.REQUEST['name']