Chris Withers wrote:
>
> Bill Anderson wrote:
> >
> > Tom Scheidt wrote:
> > >
> > > Hi All,
> > >
> > > I can't get
> > >
> > > <dtml-with PARENTS[1]>
> >
> > Have you tried <dtml-with "PARENTS[1]"> ?
> > I dont recall why ATM, but my rule-of-thumb is that if you are calling
> > ALLCAPS (ie. REQUEST,PARENTS...) wrap it in quotes.
>
> The all-caps things isn't the problem, <dtml-var REQUEST> will work fine
> :-)
Yeah, I recalled why I made that rule of thumb being python related in a
private email to Tom.
Guess I forgot to Cc the list. :)
I don't think I've ever used PARENTS or REQUEST alone (except for the
occasional debugging with REQUEST), so I always wind up needing to call
them the pythonic way.
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )