15 Aug
2007
15 Aug
'07
3:08 p.m.
--On 15. August 2007 16:05:13 +0100 Chris Withers <chris@simplistix.co.uk> wrote:
Ah Tony,
looks like the penny is yet to drop...
tonylabarbara@aol.com 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.
By using the well-know url_quote() or url_quote_plus() methods. -aj