Index: standard/src/main/webapp/resources/js/xwiki/suggest/ajaxSuggest.js =================================================================== --- standard/src/main/webapp/resources/js/xwiki/suggest/ajaxSuggest.js (revision 28241) +++ standard/src/main/webapp/resources/js/xwiki/suggest/ajaxSuggest.js (working copy) @@ -81,6 +81,9 @@ } // parameters object + // we need to clone the options object here + // to support multiple suggest in the same page + this.options = Object.clone(this.options); Object.extend(this.options, param || { }); // Reset the container if the configured parameter is not valid