hi Jason, <dtml-in tablename> by itself does what you ask it to do: it runs through the rows of your tinytable and that's it. If you want to see the content of your table, you'll have to construct a html table with fieldnames in the cells: <table> <tr> <td><dtml-var fieldname1></td> <td><dtml-var fieldname2></td> ... <td><dtml-var fieldnameN></td> </tr> </table> Then you're done. cb ----- Original Message ----- From: Jason C. Leach <jleach@mail.ocis.net> To: Erik Enge <erik@esol.no> Cc: <zope@zope.org> Sent: Tuesday, October 31, 2000 8:03 AM Subject: Re: [Zope] Almost Done.
hi,
Gave that a shot, no luck. I just dones nothing where as if I misspel the object ID it screams (so it's finding it). I can edit and View the object fine, just not call it.
I'm running Zope/Zope 2.2.2 (source release, python 1.5.2, linux2) ZServer/1.1b1 on FreeBSD A
j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Tue, 31 Oct 2000, Erik Enge wrote:
On Mon, 30 Oct 2000, Jason C. Leach wrote:
hi,
Hi.
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 this:
<dtml-in tablename>
(and next time, post the error message, Zope version and OS you are running :-)
_______________________________________________ Zope maillist - Zope@zope.org 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 )