[Zope-dev] ZPatterns sub-Specialist traversal
Michael R. Bernstein
webmaven@lvcm.com
Fri, 06 Apr 2001 08:23:55 -0700
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