20 Sep
2001
20 Sep
'01
6:30 p.m.
Farrell, Troy writes:
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"> You can enhance "editUser.dtml" to make is more resilient with respect to name clashes.
You can use "dtml-with" to control the lookup order. Dieter