catch (ThingWriteException ex)
{
logger.error("Could not render widget '" + widgetComp.getWcdfPath() + "'", ex);
}
String containerId = widgetComp.tryGetPropertyValue("htmlObject", "")
.replaceAll("\\$\\{.*:(.*)\\}", "$1");
widgetsByContainerId.put(containerId, dashResult);
}
}