On Mon, Mar 25, 2002 at 04:46:03PM -0800, Mike Orr wrote: > If Cheetah encounters '$sectionTwo' > before '#def sectionTwo' it *should* raise a NameMapper.NotFound > exception
Oops, that's not true. '#def' is processed at compile time, whereas '$sectionTwo' is evaluated at run time. But still, using '#block' is simpler. -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems: [EMAIL PROTECTED]) http://iron.cx/ English * Esperanto * Russkiy * Deutsch * Espan~ol _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
