Portlets portlets = profile.getDocument().getPortletsById(set.getID());
Controller c = portlets.getController();
if (c == null)
{
c = new PsmlController();
portlets.setController(c);
}
c.setName(controller);
String linkedControl = pc.getConfig().getInitParameter("control");