Always add the <cfimport> tag when using cfimport style syntax
Monday, March 3rd, 2008Using cfimport is a great way to add custom tag functionality to your applications.
One thing you need to do of course is add a <cfimport> tag to every template where you want to use the cfimport syntax. However, a couple of times when I’ve been creating new templates I’ve forgotten this rule and not [...]