[Zope] Re: Preserving Context
Maciej Wisniowski
maciej.wisniowski at coig.katowice.pl
Tue Dec 12 14:16:09 EST 2006
As far as I understand you have script (say it has id 'handle_404_scr')
that handles 404 errors in 'root' folder. In this script you have
something like:
<div align="center"
tal:define="mycontext here"
tal:condition="here/hasSearchEngine(mycontext)">
Yes? So how is this script called?
I'm not sure what exactly is your case but you may try:
<div align="center"
tal:condition="here/hasSearchEngine(here/aq_inner)">
or just (without passing a parameter):
<div align="center"
tal:condition="here/aq_inner/hasSearchEngine()">
--
Maciej Wisniowski
More information about the Zope
mailing list