Hi Evan, using container/id, it still shows another folder as expected, but I guess I know what's going on... container returns the folder the "main" template is in, not the template the code itself is in, probably due to inside-out macro expansion. So that behaviour is okay, but still no way to go for a navigation :-( Jochen At 17:53 Uhr -0500 02.09.2002, Evan Simpson wrote:
Jochen Haeberle wrote:
I would not like to argue with you on this ;-) But how do you test for this???
I put a test ZPT into a 'scratch' Folder with <span tal:replace="container/id">ID</span> and visited it using several URLs leading through various paths and pieces of content. It always says "scratch".
<span tal:replace="container/absolute_url">test</span> gives the url to the object the template is applied to...
Are there ZClasses, Products, or other complications involved here, or are we just talking about objects in Folders?