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