Hi all:
I have the following script:
"return context.ss"
and in the same folder have a ZPT named ss whose html code is:
"hi"
testing my script I obtain the following message: "<ZopePageTemplate at ss>" instead of the web page with the text "hi", any idea why?
I use zope2.7
thanks in advance
Leticia