At 05:25 PM 2/24/2005, you wrote: > > CFMX 6.1 and below > > > > The issue is flow control and calling other templates on the > > same Website. > > > > This is question is broad by design. I have a specific need > > now, but want to ask this question in a more general sense > > for future needs. In some cases I will want to execute code > > are return to the calling template, and other times not return. > > > > Every time I seem to get confidence in a tag, it bites me. Example, > > > > CFINCLUDE -- if you check for the template absolute path you > > get the path of the calling template, not the called template. > > > > CFHTTP -- CFHTTP.FileContent is subject to corruption. CFMX > > 7 is suppose to have a fix, but that is a ways off. > > > > The tags that come to mind are > > > > CFEXECUTE > > CFINCLUDE > > CFLOCATION > > CFHTTP > > CFMODULE ? > >I can't actually find a question in here. All of these tags do different >things. What kind of corruption are you seeing with CFHTTP.FileContent >anyway? > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/
Dave, I was looking for limitations or undocumented problems. To avoid finding problems RE: If you call a template with CFHTTP and that template calls another template using a CFHTTP one of the CFHTTP.FileContent's corrupts the other. I forget which but I believe the seconds steps on the first. MacroMedia says that problem is fixed in 7.0. The work around I found was to provide the CFHTTP a path and template, i.e., a unique place to store the results. I am wondering if there is only one CFHTTP.FileContent structure, share by all active CFHTTP's on the same server, same session, or ?? Since I can duplicate the above problem at will, I am also wondering if it is possible that any other active CFHTTP's on the same server may not be stepping on each other. In the past I had a problem where I would sporadically get strange CFHTTP.FileContent. I never figured that out. That was 5.0. Shared servers are involved in all cases. Nick Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196470 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

