[Zope] Why doesn't this method work?

Graham Chiu gchiu@compkarori.co.nz
Fri, 20 Oct 2000 12:51:40 +1300


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