[ZPT] I don't want "&" to be URL escaped in tal:attributes, how to do?
Jeff Peterson
jpeterso@rangebroadband.com
Wed, 16 Jan 2002 11:07:40 -0600
I hadn't actually tested his case, I just noticed it was similar to a
problem we had and sent my thoughts. You are right I tested it after seeing
your post and it does work.
--
Jeffrey D. Peterson
Webmaster
Range TV Cable & Broadband
1818 E. 3rd Ave. Hibbing, MN 55746
jpeterso@rangebroadband.com
> -----Original Message-----
> From: zpt-admin@zope.org [mailto:zpt-admin@zope.org]On Behalf Of Janko
> Hauser
> Sent: Wednesday, January 16, 2002 10:21 AM
> To: zpt@zope.org
> Subject: RE: [ZPT] I don't want "&" to be URL escaped in tal:attributes,
> how to do?
>
>
> I can not reproduce this problem.
>
> <a tal:attributes="href
> python:here.absolute_url()+'?test=1&test2=2'">test_link</a>
>
> This works fine for me, or I do not see the problem.
>
> __Janko
>
>
> Jeff Peterson writes:
> > We ran into this problem on a project just last week. We were
> unable to
> > find a way to actually "escape" the ampersand but we were able to work
> > around it using simple direct traversal. This may or may not
> be useful to
> > you but it worked for us so I thought I would at least mention it.
> >
> > There are some examples of how to do this in this how-to:
> >
> > http://www.zope.org/Members/mcdonc/HowTos/direct_traversal
> >
> > Hope this helps you, let us know how it goes.
> >
>
> _______________________________________________
> ZPT mailing list
> ZPT@zope.org
> http://lists.zope.org/mailman/listinfo/zpt
>