Suppose <cfmlA.cfm> includes <cfmlB.cfm> within which I define <cfquery name="ABC" ...>; can <cfmlA.cfm> make reference of "ABC" query further down or even within <cfmlB.cfm> which is included further down?
I guess I am trying to wonder if CF resolves each template individually or if they are all loaded and then interpreted. If it works under the second scenario, then I guess I should be able to ...
I ran into a problem where formA was calling actionA and actionA includeded includeA. While actionA was able to identify url.variable, includeA was not.
Any comment on the logic and/or rules about this practice will be appreciated.
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
I guess I am trying to wonder if CF resolves each template individually or if they are all loaded and then interpreted. If it works under the second scenario, then I guess I should be able to ...
I ran into a problem where formA was calling actionA and actionA includeded includeA. While actionA was able to identify url.variable, includeA was not.
Any comment on the logic and/or rules about this practice will be appreciated.
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours