12 Dec
2003
12 Dec
'03
8:25 p.m.
Dieter Maurer wrote:
Gerry Kirk wrote at 2003-12-12 11:34 -0500:
i didn't have this problem with zope 2.6.2. I have a TAL statement as follows:
tal:define = "url python:test(item_typeinfo.getId() in use_folder_contents, item.absolute_url()+'/folder_contents', item.absolute_url()+'/'+action);"
this statement works if it is all on one line, but i get a syntax error if it is spread across multiple lines. is this a bug, or a change in TAL design?
Sounds like a bug...
It's now been filed as a bug. Gerry