1)Committing ftls for persongrantcount and co-pi.

2)Modified {standalone,dynamic} activator for coauthor, personpubcount,persongrantcount and copi. -- fixed the path 
3)Modified persongrantcountrequesthandler -- fixed the path
This commit is contained in:
bkoniden 2010-12-22 17:01:26 +00:00
parent 3730aecb6f
commit af69cb0c51
12 changed files with 427 additions and 247 deletions

View file

@ -240,7 +240,7 @@ public class PersonGrantCountRequestHandler implements VisualizationRequestHandl
Portal portal = vreq.getPortal();
String standaloneTemplate = "/visualization/grantCount.ftl";
String standaloneTemplate = "personGrantCountStandaloneActivator.ftl";
Map<String, Object> body = new HashMap<String, Object>();
body.put("portalBean", portal);
@ -267,7 +267,7 @@ public class PersonGrantCountRequestHandler implements VisualizationRequestHandl
Portal portal = vreq.getPortal();
String dynamicTemplate = "/visualization/sparklineAjaxVisContent.ftl";
String dynamicTemplate = "personGrantCountDynamicActivator.ftl";
Map<String, Object> body = new HashMap<String, Object>();
body.put("portalBean", portal);