[ZPT] path variable doesn't exist

Fernando Martins fernando at cmartins.demon.nl
Wed Jan 21 17:53:52 EST 2004


> <div tal:condition="python:request.cid and request.tid">
> Only show me if cid and tid exist.
> </div>
>

I think this does the trick:

<div tal:condition="python:exists('request/cid') and exists('request/tid')">

Regards,
Fernando




More information about the ZPT mailing list