6 Feb
2000
6 Feb
'00
12:01 a.m.
Here is the question (after a few too many hours of messing with this) I am trying to figure out the best way to populate links with variables. In raw python I would just declare the links like link = "<a href="http://www.somewhere.com/cgi/%(v1)s/somthingelse/%(v2)s " and populate the link with tuples when I was going to use it. link % variable For the life of me I can't figure out how to do this in Zope. Any help would be great. I am sure this is easy but I am at a complete loss. Thanks, JMA