Hi, I am trying to use the Navigator product in a Zope server. I use the navigator_demo/simple_demo as a starting point. However, when I add a NavItem under the navbar, it seems that renderItem can not detect the new added items and nothing changed in the navigator bar. What is the right procedure to add a NavItem? Thanks! C.F.Kwok
That's probably the right way - I installed the Navigator stuff the other day and discovered it's got what might be a bug (and might be a configuration issue) in how it works out whether it's time to display the item or not. The workaround in my case (because I didn't need that functionality) was to comment out the two lines in Navigator.py in 'def validate' that read: if DateTime().lessThan(self.date): return 0 That seemed to fix it.
cfkwok_hknet wrote Hi,
I am trying to use the Navigator product in a Zope server. I use the navigator_demo/simple_demo as a starting point. However, when I add a NavItem under the navbar, it seems that renderItem can not detect the new added items and nothing changed in the navigator bar.
What is the right procedure to add a NavItem? Thanks!
C.F.Kwok
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------- qnevhf@obsu.arg.nh --------------- Kevin Littlejohn, Technical Architect, Connect.com.au Don't let the Govt censor our access to the 'net - http://www.efa.org.au/Campaigns/stop.html
participants (2)
-
cfkwok_hknet -
Kevin Littlejohn