function display($disp)
 {
     foreach ($this->meta_widgets as $widg) {
         $widg->registerJavascript($disp);
     }
     $disp->displayPage(Application::CACHE . RsmlView::cachePath($this->initPath()) . '.t');
 }