[Zope-dev] problems with dtml-let
Evan Simpson
evan@digicool.com
Fri, 17 Mar 2000 09:54:03 -0500
----- Original Message -----
From: Federico Di Gregorio <fog@mixadlive.com>
> <dtml-let lingua="32">
> <dtml-in select_lingua_on_id>...</dtml-in>
> </dtml-let>
dtml-let is designed to add local names, which aren't visible to called
objects. REQUEST.set is designed to create global names, which are visible
everywhere from the moment they are created to the end of the request.
Cheers,
Evan @ digicool & 4-am