[Zope3-Users] Bug in z3c.form.browser.orderedselect

2008-08-06 Thread Dan Korostelev
Hi, people! In the OrederedSelectWidget's input template there's a little bug in options displaying. Options (for selectedItems and notSelectedItems) are displayed using expression like this (simplified): Which will result in calling entry['content'] if it is callable, which is true (for exampl

[Zope3-Users] Different menu items for different views for the same context

2008-08-06 Thread Baiju M
Hi all, I am trying to create a navigation menu where menu items should change based on views. To do this first I created a viewletManager like this:: And I defined viewletManager like this:: from zope.viewlet.manager import WeightOrderedViewletManager from zope.interface import impleme

Re: [Zope3-Users] Different menu items for different views for the same context

2008-08-06 Thread Robert Marianski
On Wed, Aug 06, 2008 at 11:52:18PM +0530, Baiju M wrote: > Hi all, > > I am trying to create a navigation menu where menu items should > change based on views. To do this first I created a > viewletManager like this:: > > name="page_navigation_menu" > provides=".viewlet.IPageNavigat