@SuppressWarnings("unchecked")
private void createPortlet2(Map params)
{
final Panel topoPanel = (Panel)execution.createComponents("/topoPortlet.zul", null, params);
topoPanel.addEventListener("onClose", new EventListener()
{
@Override
public void onEvent(Event arg0) throws Exception
{
portletKeySet.remove(topoPanel.getAttribute("portletKey"));