11 Oct
2002
11 Oct
'02
6:33 p.m.
--On Freitag, 11. Oktober 2002 22:39 +0530 Chetan Kumar <chetan@cdacindia.com> wrote:
Hi all I have a script that returns a list of dictionaries to a ZPT. I have tried all I knew without success in printing out the results in a table.
In the following ZPT the address at list should be visible. It does not !!
------------ZPT Start------------------------- <table tal:define="Empp python:request.AUTHENTICATED_USER"> <tbody tal:define="Reps python:here.GetMyRecentDataPython"> ^^^^^^^^^^^^^^^^^^^^^ should be .GetMyRecentDataPython() ????!!!!
-aj