Jason pondered:

> How do I get a TinyTable to display it's contents?
>
> All I find in the docs is <!--in# tablename--> and that does not
> seem to work for me, unles I am lacking a tag?

Try it like this:

<dtml-in tablename>
 <dtml-var fieldname1> <dtml-var fieldname2><br>
</dtml-in>

where tablename is the name of your table, and
fieldname1, fieldname2 are names of fields.

I've not used TinyTables, but this works with 
other tabular systems. 

Later,
Jerry S.

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to