[Zope] Tiny Table Zope 2
Jason Spisak
webmaster@mtear.com
Wed, 14 Jul 1999 16:19:26 -0800
Zopists,
Has anyone else had trouble referenceing a TinyTable that is one lever
above the DTML method asking for it? The hirearchy looks like this:
Root Folder>
TinyTable
Subfolder>
DTML Method
With the code:
<!--#in "TinyTable"-->
(Which should iterate through all entries)
I get this traceback
<!--
Traceback (innermost last):
File /home/mike_weltz/Zope/lib/python/ZPublisher/Publish.py, line 256,
in publish_module
File /home/mike_weltz/Zope/lib/python/ZPublisher/Publish.py, line 161,
in publish
File /home/mike_weltz/Zope/lib/python/ZPublisher/mapply.py, line 154,
in mapply
(Object: index_html)
File /home/mike_weltz/Zope/lib/python/ZPublisher/Publish.py, line 98,
in call_object
(Object: index_html)
File /home/mike_weltz/Zope/lib/python/OFS/DTMLMethod.py, line 150, in __call__
(Object: index_html)
File /home/mike_weltz/Zope/lib/python/OFS/DTMLMethod.py, line 145, in __call__
(Object: index_html)
File /home/mike_weltz/Zope/lib/python/DocumentTemplate/DT_String.py,
line 502, in __call__
(Object: index_html)
File /home/mike_weltz/Zope/lib/python/DocumentTemplate/DT_In.py, line
631, in renderwob
(Object: TinyTable)
File /home/mike_weltz/Zope/lib/python/DocumentTemplate/DT_Util.py,
line 315, in eval
(Object: TinyTable)
File <string>, line 0, in ?
NameError: (see above)
When I put the TinyTable in the same folder as the DTML method
everything is fine.
Is this happening to you other Zopists?
Jason Spisak
webmaster@mtear.com