[ZPT] proxy roles in zpt??
Evan Simpson
evan@zope.com
Tue, 04 Dec 2001 12:59:39 -0500
Klinger Wolfgang wrote:
> Why are there no proxy roles for page templates?
> I want to access a property of a folder that's
> protected through login manager, how can I do
> this with zpt??
> (or are there any other ways??)
Right now, you would need to create a utility Script to access the property,
give it the proxy role, and call it from the ZPT. This is less than ideal,
but not going to change soon.
Cheers,
Evan @ Zope