[Zope] - Accessing objects in subfolders

John Mitchell johnm@magnet.com
Mon, 11 Jan 1999 11:10:55 -0500


On Sun, 10 Jan 1999, Andy Smith wrote:

> Try using...
> <!--#in "subfolder.some_sql_method"-->
> Cheers,
> Andy.


A suggestion:  start updating all sample code to *always* quote the in/if
expressions.  That is, when I was playing with Bobo a few weeks ago I had
this problem:

  <!--#if zoot-->		works
  <!--#if zoot.allures-->	doesnt work
  <!--#if "zoot.allures"-->	works
  <!--#if "zoot"-->		(works)

Darned confusing, unless you have that magic ingredient *coffee*, of which
I can pay you tuesday for a couple pounds of extra-special grind today.


- j