{
String templateName = (String) e.nextElement();
List alist = (List)links.get(templateName);
DynamicURIModel uriModel = new DynamicURIModel(data);
String uri =
((SimpleScalar)uriModel.exec(alist)).getAsString();
// System.out.println(uri);
// Work around. Do not have an ssl connection (not
// really necessary for internal development, but
// might want to add it later), so use http to get