NIHVIVO-161 First cut at Image Upload

This commit is contained in:
jeb228 2010-06-30 13:44:33 +00:00
parent 0a649cf023
commit 020c60d9eb
8 changed files with 7571 additions and 17 deletions

View file

@ -685,8 +685,8 @@ public class PropertyEditLinks extends TagSupport{
private LinkStruct getImageLink(String subjectUri, String contextPath,
String action, String mouseOverText, String text) {
LinkStruct ls = new LinkStruct();
String url = makeRelativeHref(contextPath + "uploadimages.jsp",
"entityUri", subjectUri);
String url = makeRelativeHref(contextPath + "uploadImages",
"entityUri", subjectUri, "action", action);
ls.setHref(url);
ls.setType(action);
ls.setMouseoverText(mouseOverText);