Tips
If you use AJAX forms in dynamic div
tags or windows, then you will have to include features on the outermost container page. This could include creating a dummy CFC that is called with CFAjaxProxy
. You do not need to do anything else to get it done. Yet without it, you may think AJAX is not working right. The issue is that the libraries must be on the outer container page. If you have a cfform
on the outer page, then ColdFusion will know how to include the proper JavaScript libraries with the page. Without that, you will just need to include some CFC via the CFAjaxProxy
tag.