/** * Allows javascript to correctly construct urls to subit to the server. */ function requestContextPath(){ return '/'; } /** * */ function url(path){ return '/' + path; }