Hi,
I noticed that when we click save button from with in the lightbox,
following code gets executed when it calls Util.parseTemplate() the
parameter for template parsed here is registeruser?ajax=1
if (content.equals("")) {
// get Error template "This template does not exist
content =
context.getWiki().parseTemplate("templatedoesnotexist.vm", context);
content = content.trim();
}
There fore, registeruser.vm is never called from lightbox when click 'Save'
as I noticed. I am not sure on the usage of ?ajax=1 infront of template
name. Can I get some explain on it.