"VIEW_TAG_NOT_PRESENT", this));
    }
    super.setProperties(component);
    
    UIXComponent uixComponent = (UIXComponent) component;
    if (_attributeChangeListener != null)
    {
      MethodExpression me = getFacesContext().getApplication().
         getExpressionFactory().createMethodExpression(
             getFacesContext().getELContext(),
             _attributeChangeListener,
             null,
             new Class[]{AttributeChangeEvent.class});
      uixComponent.setAttributeChangeListener(me);
    }
    setProperties(uixComponent.getFacesBean());
  }