# HG changeset patch # User Sylvain Thénault # Date 1286951798 -7200 # Node ID 40033d536ed8c82ed73fab67d342535eb2549e77 # Parent 869813c2dd4075fac159b414a9965315c707ad6c [ctx component] has no wview method diff -r 869813c2dd40 -r 40033d536ed8 web/component.py --- 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 ########################################