I think this ?ajax=1 part is appended from lightbox's lbSaveSync: function(url), called from lbSaveForm: function()
lbSaveSync: function(url) { new Ajax.Request(url + "?ajax=1", {parameters: this.formData, asynchronous: false}); } But the usage of it is not clear for me. I mean '?ajax=1' part, I think after that Utils.parseTemplate() use "registeruser?ajax=1" as template parameter, not calling the template to display the warnings appropriately defined in "registeruser" template. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs