Welcome to the dark side of the DTML namespace :-) I just recently had a similiar experience where in a project I have a folder called 'user'. Well, as it turned out I could not edit users in acl_users anymore, because the edit screen would prefer the folder over an argument with the same name... Stefan --On Dienstag, 06. August 2002 06:28 -0400 BZ <bz@bwanazulia.com> wrote:
And then I saw it. Sitting right there in the root directory. A folder named "submit". I renamed it "submit_old" and lo and behold I could post again.
The problem was that I was checking for "submit" in my post method and it was picking up on the directory name (OO and all that goodness).
TIP: The lesson learned is: When troubleshooting something in Zope make sure you are not calling a method or variable that has the same name as another method / variable / object in your folder paths. Use the find feature and take a look around.
-- Those who write software only for pay should go hurt some other field. /Erik Naggum/