protected void addAttributeChange(
String attributeName,
Object attributeValue)
{
AttributeComponentChange aa =
new AttributeComponentChange(attributeName, attributeValue);
RequestContext adfContext = RequestContext.getCurrentInstance();
adfContext.getChangeManager().addComponentChange(getFacesContext(), this, aa);
}