18 Jun
2003
18 Jun
'03
11:40 a.m.
On Wed, 18 Jun 2003 12:29:11 +0100 GMT (..13:29 where i live(GMT+2) ) Simon Forster asked the Zope mailinglist about the following:
As Zope works back up the namespace hierarchy, the logical (to me) tag <b tal:replace="Welcome/index_html">Welcome to LDML Ltd</b> returns an error. How do I get Zope to include pages found in sub-folders?
Your template does not have the "Welcome" name in its current namespace. - Apart from that, your thinking is correct :) tal:replace="here/Welcome/index_html" should work somewhat better :) -- Geir Bækholt