function prepare()
  {
    parent :: prepare();

    $this->mirror = $this->getAttribute('mirror');
    if (empty($this->mirror))
      return;

    if(!$mirrored_pager = $this->parent->findChild($this->mirror))
      $this->raiseCompilerError('COMPONENTNOTFOUND',
                                array('attribute' => $this->mirror));
  }