public function __construct($sTemplate, $oObj, $sFormPrefix = '')
 {
     parent::__construct($sTemplate);
     $this->m_oObj = $oObj;
     $this->m_sPrefix = $sFormPrefix;
 }