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