There are some basic difference in between Custom tag and Coldfusion Component in which some are as follows:
Custom tags have no formalized parameter passing and validation mechanism; CFCs (Coldfusion Component) do.
Custom tags have a single entry point; CFCs can have multiple entry points. This makes it possible to create a single component that does many related actions.
Custom tags are designed to contain code; CFCs are designed to contain both code and data.
Custom tags are accessible only by Coldfusion and only locally; CFCs can be accessed as web services, opening up a whole new world of reuse possibilities.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers