23 Feb
2002
23 Feb
'02
12:08 p.m.
Ross Patterson writes:
... In a ZClass that subclasses MyClass I create a view (amongst others) that points to a dtml method like this:
<dtml-with contents><dtml-var manage_main></dtml-with>
I can access the view on an instance of the ZClass, but when I do so, I lose all the management tabs for the MyClass ZClass and none of the links are correct in that they all point to ".../MyInstance/manage..." intead of ".../MyInstance/contents/manage...". Looks correct to me.
Where from should Zope know that you wish an additional "contents" segment in your URL? Dieter