web/component.py
changeset 6468 40033d536ed8
parent 6461 b546296227ff
child 6489 6ea74c34fc25
--- a/web/component.py	Wed Oct 13 07:45:18 2010 +0200
+++ b/web/component.py	Wed Oct 13 08:36:38 2010 +0200
@@ -525,7 +525,7 @@
 
     def render_body(self, w):
         rset = self.entity.related(self.rtype, role(self))
-        self.wview(self.vid, rset)
+        self._cw.view(self.vid, rset, w=w)
 
 
 # old contextual components, deprecated ########################################