web/component.py
changeset 6468 40033d536ed8
parent 6461 b546296227ff
child 6489 6ea74c34fc25
equal deleted inserted replaced
6467:869813c2dd40 6468:40033d536ed8
   523 
   523 
   524     vid = 'list'
   524     vid = 'list'
   525 
   525 
   526     def render_body(self, w):
   526     def render_body(self, w):
   527         rset = self.entity.related(self.rtype, role(self))
   527         rset = self.entity.related(self.rtype, role(self))
   528         self.wview(self.vid, rset)
   528         self._cw.view(self.vid, rset, w=w)
   529 
   529 
   530 
   530 
   531 # old contextual components, deprecated ########################################
   531 # old contextual components, deprecated ########################################
   532 
   532 
   533 class EntityVComponent(Component):
   533 class EntityVComponent(Component):