[Zope] Newbie Zope Question

Jean-Francois.Doyon at CCRS.NRCan.gc.ca Jean-Francois.Doyon at CCRS.NRCan.gc.ca
Fri Sep 3 13:52:20 EDT 2004


Looks simple enough to me,
 
You'll need to post more details, such as code and tracebacks!
 
J.F.

-----Original Message-----
From: zope-bounces at zope.org [mailto:zope-bounces at zope.org]On Behalf Of
Darren Ehlers
Sent: September 3, 2004 1:32 PM
To: zope at zope.org
Subject: [Zope] Newbie Zope Question


 I am trying to build a table of properties for each object located in a
folder. I can get the objects OK, but it doesn't seem to be able to pick the
user-defined properties (although it does pick up the title property just
fine).

Here is the code. Why doesn't this work

Thanks,
Darren

<tr tal:repeat="item container/objectValues">
<td class="style2" tal:content="item/targeted_release">targeted_release</td>
<td class="style2" tal:content="item/category">category</td> 
<td class="style2" tal:content="item/title">title</td>
<td class="style2" tal:content="item/dev_days">dev_days</td>
<td class="style2" tal:content="item/developer">devloper</td>
<td class="style2" tal:content="item/biz_design">business_desing</td>
<td class="style2" tal:content="item/app_design">app_design</td>
<td class="style2" tal:content="item/tech_design">tech_design</td>
<td class="style2" tal:content="item/test_plan">test_plan</td>
<td class="style2" tal:content="item/coding">coding</td>
<td class="style2" tal:content="item/testing">testing</td>
</tr> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20040903/ea224826/attachment.htm


More information about the Zope mailing list