UIPage page = ComponentUtil.findPage(facesContext, link);
page.getPopups().add(popup);
if (!ComponentUtil.containsPopupActionListener(link)) {
link.addActionListener(new PopupActionListener(popup.getId()));
}
super.encodeBegin(facesContext, component);
}