I'm still struggling with Tiny Tables.
Why does this flag an error??
<dtml-call "REQUEST.set('table','thenameofmytinytable')">
<dtml-call "REQUEST.set('tableData',_.chr(34)+'Mydata'+_.chr(34)
+ '\n')">
<dtml-call "table.manage_editData(tableData)">
Error Type: AttributeError
Error Value: 'string' object has no attribute
'manage_editData'
--
Graham Chiu
_______________________________________________
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 )