[Zope] Try Again -- Rendering Dynamic Content

Dieter Maurer dieter at handshake.de
Fri Sep 5 23:06:38 EDT 2003


Bill Etheredge wrote at 2003-9-5 06:48 -0500:
 > ...
 > However, I am having trouble rendering dynamic content using this
 > architecture.  For instance, displaying the results of the Search
 > function on the site needs to use my standard page template.

What is your problem? I do not understand it...

 > Also, I
 > have a couple ZClass objects defined that I am using on the site that I
 > can list without a problem, but I need to be able to display the ZClass
 > instance 'content' when a visitor clicks on its displayed title.  It
 > renders but I need guidance getting it to render in my ZPT 'content'
 > slot.

Thus, your link should use an URL of the form:

      "URL_to_ZInstance/template"

"template" can access the ZInstance via "here"
and put a presentation of "here" in the "content" slot.


Dieter



More information about the Zope mailing list