[Zope3-Users] template unparsed

Antonio Beamud Montero antonio.beamud at linkend.net
Tue Nov 22 06:49:05 EST 2005


Hi all:
I've implemented a simple contact content object, and I've registered a
page as view of the content, only for testing pourpouses... The problem
is, I can see the page, but the page is not rendered with the values of
the contact... I've registered with:

    <browser:page
       for="mycont.types.interfaces.icontact.IContact"
       name="index.html"
       template="skin/templates/contact.pt"
       permission="zope.View"/>


No error or warning appears... I can create the contact via ZMI, but I
can see its values... 

What can be the problem...?





More information about the Zope3-users mailing list