[Zope] Searching for a variable from ZPT.

Tino Wildenhain tino at wildenhain.de
Sun Sep 19 14:09:07 EDT 2004


Hi,

Am So, den 19.09.2004 schrieb Jason Leach um 19:10:
> Is their an easy way to search for a var in REQUEST?  In my ZPT I have
> a look in REQUEST.SESSION, options and REQUEST.form for a var; it can
> get passed in several ways depending on what calls the ZPT.
> 
> I would like one clean way. Not three conditions in my ZPT.

Do your logic outside of your ZPT, for example in a python script.
Then you have your one clean way.

Regards
Tino Wildenhain



More information about the Zope mailing list