[Zope] problems implementing my own tag

Michel Pelletier michel@digicool.com
Fri, 7 May 1999 08:56:05 -0400


> -----Original Message-----
> From: Pawel Logatschev [mailto:pawel@beehive.de]
> Sent: Friday, May 07, 1999 3:37 AM
> To: zope@zope.org
> Subject: [Zope] problems implementing my own tag
> 
> 
> hello,
> 
> i have some problems implementing my own tag:
> zope accepts it but when i write the following
> in a dtml file:
> <!--#tag-->
> hello <!--#var title_or_id-->
> <!--#/tag-->
> 
> instead of "hello index_html" i get an array
> with three elements: "hello ", ('title_or_id'), '\12'.
> is there a function which parses something like this or
> is there something i forgot.

I'm guessing you didn't call render_blocks() in your render method.

If you want to continue this thread, I'd recomment moving it over to
zope-dev.

-Michel
> 
> regards, pawel
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>