TagAttribute idAttribute = attributes.get("id");
FacesContext facesContext = FacesContext.getCurrentInstance();
facesContext.getExternalContext().log("showEvent attribute has been already set for component with id: " +
idAttribute != null ? idAttribute.getValue() : null +
"[" + eventAttribute.getValue() + "]. event attribute is deprecated and thus has been dropped!");
ruleset.ignore("event");
} else {
ruleset.alias("event", "showEvent");
}
}
return ruleset;