param = new ParamElement(GraphAppletParameters.GRAPH_TITLE, graphConfig.getName());
applet.addChildElement(param);
param = new ParamElement(GraphAppletParameters.POLLING_INTERVAL, graphConfig.getPollingInterval());
applet.addChildElement(param);
String remoteURL = Utils.getServerBaseURL(request) +
"/app/fetchAttributeValues.do;jsessionid=" +
Utils.getCookieValue(request, "JSESSIONID");
param = new ParamElement(GraphAppletParameters.REMOTE_URL, remoteURL);