Looks
simple enough to me,
You'll
need to post more details, such as code and tracebacks!
J.F.
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>