Joseph A Knapka writes: > Once again, it seems I must be misunderstanding something > very basic. I have a DTML method that's being called from > a DTML document, and it contains the code: > > <dtml-if expr="REQUEST.get(field_var)"> > ... > </dtml-if> Please read the section "Calling DTML objects" in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter