On 15.07.09 01:14, Miguel Beltran R. wrote:http://www.mail-archive.com/zope@zope.org/msg31189.html
> Hi list
>
> I have the next tree
>
> root
> \-page1.htm
> \-scripts
> \-script1_py
> |
> \-folder1
> \-folder1a
> \-ZPT1
> \-zsql1
>
>
> I trying made a request from PT1 to page1.htm
> page1.htm call to script1_py
> I want call from script1_py to zsql1
>
> how can recover what context=folder1a?
> ....
>
> forget, while write this mail I have a idea
>
> [page1.htm]
> <metal:block tal:content="structure
> python:conext.scripts.script1_py(context)">
> </metal:block>
>
> in script1_py declare a parameter mycontext what is folder1a
-aj