should not use named args for req and rset when selecting
CubicWeb.require('ajax.js');functionremoveBookmark(beid){d=async_remote_exec('delete_bookmark',beid);d.addCallback(function(boxcontent){reloadComponent('bookmarks_box','','boxes','bookmarks_box');document.location.hash='#header';updateMessage(_("bookmark has been removed"));});}