Question
cfimport for custom tags + repeated content
Ok, I setup my cfimport like so:
<cfimport taglib="cftags" prefix="tags">
Then I called the tag:
<tags:test />
so the custom tag comes from a page called test.cfm which is in the folder called cftags. Inside of that file there are only 2 words. "Test Data" but when I view the page via a web browser it repeats the text twice. "Test Data Test Data. Has anyone seen this before? If so let me know how i can fix it please.
<cfimport taglib="cftags" prefix="tags">
Then I called the tag:
<tags:test />
so the custom tag comes from a page called test.cfm which is in the folder called cftags. Inside of that file there are only 2 words. "Test Data" but when I view the page via a web browser it repeats the text twice. "Test Data Test Data. Has anyone seen this before? If so let me know how i can fix it please.