John K. Hohm writes: > I have a Page Template and Python Script that are working fairly well together > to generate a navigational menu on my site, and now I want to make them part of > a product. I have tried this: The "context" equivalent in a Python product's method is usually "self.aq_parent"; the "container" equivalent "self.aq_inner.aq_parent". Dieter