throw new PortletException("No configuration found for '"+configId+"'");
}
PluginInstaller configInstaller = PortletManager.getCurrentServer(request).getPluginInstaller();
Object downloadKey = configInstaller.startInstall(installList, user, pass);
ProgressInfo progressInfo = new ProgressInfo();
request.getPortletSession(true).setAttribute(ProgressInfo.PROGRESS_INFO_KEY, progressInfo, PortletSession.APPLICATION_SCOPE);
// Kick off the download monitoring
new Thread(new Installer(configInstaller, downloadKey, progressInfo, request.getPortletSession(true))).start();
response.setRenderParameter("configId", configId);