diff -r da9cc8cc7c5f -r c92170fca813 web/component.py --- 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 = {