[ZPT] Newbie: Editing / creating database records with single zpt
form + scripts?
Dieter Maurer
dieter at handshake.de
Fri Apr 2 18:26:02 EST 2004
James Carroll wrote at 2004-4-2 09:03 -0500:
> ...
>I am doing: (which only repeats once, and works mostly)
> <span tal:repeat"rma here/retrieve_rma">
>
>Whenever I try the following:
> <!-- S P A N tal:define="rma here/retrieve_rma" -->
>I get a 'tuples indicies must be integers' error
It is unlikely that this error come from here.
Whenever you get errors, it is essential to look at the traceback.
It tells you where precisely the error was detected.
This is invaluable information.
You find the traceback in the "error_log" object of your Zope
"Root Folder".
--
Dieter
More information about the ZPT
mailing list