<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY>
<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></BODY></HTML>