19 Sep
2001
19 Sep
'01
8:03 p.m.
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