5 Sep
2000
5 Sep
'00
4:14 p.m.
Sven Hohage wrote:
Part 1.1 Type: Plain Text (text/plain) Encoding: quoted-printable
why are you printing in the external method?? if you want zope to print it to html than you need to return the result of your external method back to zope so it can deliver the result as part of the rendered page. you might also want to check out web python methods