web/component.py
changeset 3408 c92170fca813
parent 3023 7864fee8b4ec
child 3451 6b46d73823f5
--- a/web/component.py	Wed Sep 23 11:10:38 2009 +0200
+++ b/web/component.py	Wed Sep 23 11:13:39 2009 +0200
@@ -58,7 +58,7 @@
 
 class NavigationComponent(Component):
     """abstract base class for navigation components"""
-    id = 'navigation'
+    __regid__ = 'navigation'
     __select__ = paginated_rset()
 
     cw_property_defs = {