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