[Zope] accesing methods inside subfolders
Michel Pelletier
michel@digicool.com
Tue, 17 Aug 1999 15:18:28 -0400
> -----Original Message-----
> From: Perez, Victor [mailto:vaperez@bechtel.com]
> Sent: Tuesday, August 17, 1999 2:25 PM
> To: 'zope'
> Subject: RE: [Zope] accesing methods inside subfolders
>
>
> Thanks Michael but, It didn't work. I'm running zope 1 so
> I've created a
> method named "shnews" with the follow:
>
> <!--#var standard_html_header-->
> <!--#with news-->
> <!--#var shownews-->
> <!--#/with-->
> <!--#var standard_html_footer-->
>
> when i call it, I get the "system unavailable" error message with the
> following:
> Error type:
> Error value: shownews
> KeyError: (see above)
>
> -->
>
> "news" is a squishdot 1.5 folder.... żbug?
Are you sure 'news' contains a method named 'shownews'? If you do and
this doesn't work, this might be a bug in Squishdot. Although nothing
comes to mind why this would not work.
-Michel