Disregard: [Zope] NIT - Newbie In Trouble with tal:attributes
I have found the solution. I am sorry to have bothered you, very embarrassed, Richard Jennings -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Richard Jennings Sent: 01 May 2003 15:33 To: zope@zope.org Subject: [Zope] NIT - Newbie In Trouble with tal:attributes Hi helpful people, I'm a complete newbie, as my question will no doubt prove: I am trying to interpolate a ZPT path into frame statement using tal:attributes: <frameset cols="165,*" tal:define="target here/welcome_html"> <frame name="main" src="banner_html" tal:attributes="src target" /> The objective being to change the target page dynamically. What I get is a Site Error: resource not found, with the html of the target page presented as a long string. I can't find a way of avoiding this. Can someone please help me? Regards Richard Jennings _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Richard Jennings