getMetaDataFile(); $this->ev = new EditView(); $this->ev->ss =& $this->ss; $this->ev->setup($this->module, $this->bean, $metadataFile, 'include/EditView/EditView.tpl'); } function display(){ $this->ev->process(); echo $this->ev->display($this->showTitle); } } ?>