Ah Tony,

looks like the penny is yet to drop...

[EMAIL PROTECTED] wrote:
Bummer. Well, I'm trying to call a script that will render content to the Web, 
like this:
<a tal:attributes="href python:here.a_script(str(x))">

My guess is that what you're _really_ trying to do here is:

<a href=""
 tal:attributes="href string:${here/a_script/absolute_url}?avar=${x}"/>

...but next you'll be wondering how to url quote x.

I feel we're fighting a loosing battle here...

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
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 )

Reply via email to