6 Apr
2001
6 Apr
'01
3:23 p.m.
Ulrich Eck wrote:
traversal_method has 'REQUEST, name' as parameters, and the following body:
return getattr(container.Renderings, name)
The 'traversal' SkinScript has the following body:
WITH SELF COMPUTE __bobo_traverse__=traversal_method
try:
if len(traverse_subpath) > 0: name = traverse_subpath[0]
return getattr(container.Renderings,name)
Nope, same error. What should I try next? Thanks, Michael Bernstein