public function display($disp)
 {
     if (!$disp->ajaxResponse()) {
         RsmlView::display($disp);
     } else {
         foreach ($this->cached_map as $id => $obj) {
             $obj->objectResponse($disp);
         }
     }
 }