function beforeFilter()
 {
     parent::beforeFilter();
     $schemas = $this->Browser->findSchema();
     $this->set(compact('schemas'));
     // ensure our ajax methods are posted
     //$this->Security->requirePost('getnodes', 'reorder', 'reparent');
 }