try
{
String componentEditorUrl = CmsPropertyHandler.getComponentEditorUrl();
DecoratedComponentBasedHTMLPageInvoker dec = new DecoratedComponentBasedHTMLPageInvoker();
Collection properties = dec.getComponentProperties(this.getComponentLogic().getInfoGlueComponent().getId(), this, siteNodeId, languageId, this.getComponentLogic().getInfoGlueComponent().getContentId());
ComponentProperty property = null;
Iterator propertiesIterator = properties.iterator();
while(propertiesIterator.hasNext())
{