Re: [Zope-dev] ZPatterns sub-Specialist traversal

2001-04-09 Thread Michael R. Bernstein
With some help from the kind folks on #zope, this has been solved. "Michael R. Bernstein" wrote: > > Here is what I've done: > > ArchiveImages (Specialist) > defaultRack > traversal_method (Python Script) > traversal (SkinScript) > Renderings (sub-Specialist) > defaultRack This was wro

Re: [Zope-dev] ZPatterns sub-Specialist traversal

2001-04-06 Thread Michael R. Bernstein
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: > >

[Zope-dev] ZPatterns sub-Specialist traversal

2001-04-06 Thread Michael R. Bernstein
Hello all, I've been trying to follow the instructions for getting subSpecialist instances to appear as directly traversable from Specialist instances, but have not yet had any success. Here is what I've done: ArchiveImages (Specialist) defaultRack traversal_method (Python Script) traversa