[Zope] User management pages bug when exists a folder 'user'
Farrell, Troy
troy.farrell@wcg.com
Wed, 19 Sep 2001 15:03:45 -0500
Hi guys.
I'm trying to figure out a way around acquision. I have a folder object
in the root called 'user'. It's name causes a conflict in the DTML
namespace in editUser.dtml at
Zope/lib/python/AccessControl/dtml/editUser.dtml
In editUser.dtml, there is a line
<dtml-var expr="user.name">
This causes an error, as it acquires my folder object 'user', instead of the
user object created by Zope/lib/python/AccessControl/User.py, function
manage_users.
Question:
How can I bypass acquision, so I don't have to rename the folder.
Thanks,
Troy