11 Apr
2009
11 Apr
'09
3:11 p.m.
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.