[ZPT] Zope newbie question on accessing DTML Methods from ZPT

Troy Farrell troy at entheossoft.com
Wed May 28 11:47:01 EDT 2003


I'm trying to understand for what you are looking.  I think all you need 
to do is this:

<span tal:replace="here/navigation" />

 From what I understand, you are trying to call a DTML method named 
'navigation' from somewhere in a PageTemplate.

HTH.
Troy

Tom P. Allred wrote:
> Hi,
> 
> I'm trying to learn Zope 2.6.1 installed on Red Hat 8.  Toward that end I've
> read The Zope Book (TZB) online, tried many of the examples, ran the
> tutorials, checked out other Zope info sites and started work on a simple
> app.  I've been a programmer for 20 years but Python, DTML and Zope are all
> new to me.
> 
> I was halfway through TZB and happily using DTML Methods and Documents when
> I discovered TZB, 2nd Edition.  It seems to promote all presentation through
> ZPT and all action through DTML methods and Python scripts with DTML
> Documents depreciated.  Since I'm starting from scratch anyway, I want use
> current best practices and methods.  Would someone provide feedback on
> current standards or point me to a resource?
> 
> As to my specific ZPT - DTML Methods question:
> I created a test app using the navigation DTML Method (called as
> <p><dtml-var navigation></p>) from the Zope Zoo example in a DTML document
> to display subfolder links and titles.  This works fine but when I try to
> call the DTML Method from a ZPT version of the same thing that uses macros
> I'm not clear on how to call and use the results from the navigation from
> within a fill-slot="body" code section.  Could someone point me to a good
> resource for accessing DTML Methods from ZPT?
> 
> Thanks,
> Tom P. Allred, MCSE, RHCE, CCNA
> Allred Data Consulting, Inc.
> 704-633-0311 x826
> www.AllredData.com
> Tom at AllredData.com
> 
> 
> 
> _______________________________________________
> ZPT mailing list
> ZPT at zope.org
> http://mail.zope.org/mailman/listinfo/zpt




More information about the ZPT mailing list