Re: [Zope] Strange behavior with TAL and python: expressions

2006-04-01 Thread Dieter Maurer
Floyd May wrote at 2006-3-30 10:06 -0600: ... Within the macro, the 'form' variable (which is an FSForm object) is defined as None unless I access it using python expressions. Path expressions essentially use restrictedTraverse to locate the object identified by the path. This *IS* different

Re: [Zope] Strange behavior with TAL and python: expressions

2006-03-31 Thread Chris Withers
Floyd May wrote: Great and mighty Zope gurus, At last, some respect ;-) I have a template which calls a macro. Within the template, I tal:define a variable, 'form'. Within the macro, the 'form' variable (which is an FSForm object) is defined as None unless I access it using python