[Zope] comparison not working

bak (kedai) kedai@kedai.com.my
Thu, 25 Oct 2001 16:09:09 +0800


On Thursday 25 October 2001 03:42 pm, Myles Byrne wrote:

you're comparing an object and a string, which will always be false.

try:

<dtml-let user_name="AUTHENTICATED_USER.getUserName()" super_user="'bob'">

or use the new way to get user object
_.SecurityGetUser.getUserName()

hth