<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=074525117-03092004><FONT face=Arial color=#0000ff size=2>Looks 
simple enough to me,</FONT></SPAN></DIV>
<DIV><SPAN class=074525117-03092004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=074525117-03092004><FONT face=Arial color=#0000ff size=2>You'll 
need to post more details, such as code and tracebacks!</FONT></SPAN></DIV>
<DIV><SPAN class=074525117-03092004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=074525117-03092004><FONT face=Arial color=#0000ff 
size=2>J.F.</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> zope-bounces@zope.org 
  [mailto:zope-bounces@zope.org]<B>On Behalf Of </B>Darren 
  Ehlers<BR><B>Sent:</B> September 3, 2004 1:32 PM<BR><B>To:</B> 
  zope@zope.org<BR><B>Subject:</B> [Zope] Newbie Zope 
  Question<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial><!--StartFragment -->&nbsp;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).<BR><BR>Here is the code. Why 
  doesn't this work<BR><BR>Thanks,<BR>Darren<BR><BR>&lt;tr tal:repeat="item 
  container/objectValues"&gt;<BR>&lt;td class="style2" 
  tal:content="item/targeted_release"&gt;targeted_release&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/category"&gt;category&lt;/td&gt; <BR>&lt;td 
  class="style2" tal:content="item/title"&gt;title&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/dev_days"&gt;dev_days&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/developer"&gt;devloper&lt;/td&gt;<BR>&lt;td 
  class="style2" 
  tal:content="item/biz_design"&gt;business_desing&lt;/td&gt;<BR>&lt;td 
  class="style2" 
  tal:content="item/app_design"&gt;app_design&lt;/td&gt;<BR>&lt;td 
  class="style2" 
  tal:content="item/tech_design"&gt;tech_design&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/test_plan"&gt;test_plan&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/coding"&gt;coding&lt;/td&gt;<BR>&lt;td 
  class="style2" tal:content="item/testing"&gt;testing&lt;/td&gt;<BR>&lt;/tr&gt; 
  </FONT></DIV></BLOCKQUOTE></BODY></HTML>