28 Jul
2006
28 Jul
'06
1:48 p.m.
--On 28. Juli 2006 06:45:34 -0700 beno - <purabachata@yahoo.com> wrote:
I have done as you say and get this error:
KeyError: '$var'
Here are the code lines I added into the table:
<td><tal:content metal:use-macro="here/$var/macros/author">author</tal:content></td> <td><tal:content metal:use-macro="here/$var/macros/content">content</tal:content></td>
Please read carefully. There is no documentation that told you about "$var". You might use "?var" instead. -aj