[ZPT] Changed (buggy?) string behavior in 2.5.5b1

Itai Tavor itai@optusnet.com.au
Fri, 12 Apr 2002 19:56:58 +1000


Hi,

This used to work fine in Zope 2.4.4b1 with a recent ZPT from the CVS:

tal:attributes="href 
string:${here/list.html/absolute_url}?batch_start=$batch_start"

In Zope 2.5.5b1 it produces this:

http://.../${here/list.html/absolute_url}?batch_start=0

Which is not very useful. This works:

tal:define="url here/list.html/absolute_url"
tal:attributes="href string: 
${here/list.html/absolute_url}?batch_start=$batch_start">Return</a>

But it doesn't excuse the first case. What's going on?
-- 
--
Itai Tavor                      -- "Je sautille, donc je suis."    --
itai@optusnet.com.au            --               - Kermit the Frog --
--                                                                 --
-- "If you haven't got your health, you haven't got anything"      --