function prepare()
 {
     parent::prepare();
     if ($this->stepping != '') {
         $this->rexlist->setStepping($this->stepping);
     }
 }