[Zope] DTML-LET problems

Mohan Baro mcbaro@uwimona.edu.jm
Fri, 8 Dec 2000 09:41:10 -0500


Why doesn't the following code work?
How do I achieve the desired functionality?


<dtml-let the_current_user="<dtml-var "AUTHENTICATED_USER.getUserName()">">
    <dtml-var the_current_user>
</dtml-let>

Mohan.