[Zope] two variables

Chris Withers chris at simplistix.co.uk
Mon Mar 7 11:51:25 EST 2005


garry saddington wrote:
> <dtml-in result>
> <dtml-var sql_delimiter>
> 
> <dtml-if expr="_.has_key(examandterm) and _.has_key(exampercentage)">

I presume this is the code you're havingtrouble with?

If so, what are you trying to do, and where to examandterm and 
exampercentage come from?

cheers,

Chris

PS: maybe try:

<dtml-if expr="result.examandterm and result.exampercentage">

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list