I'm looking for a complete list of tags that are not available in ColdFusion 9 script syntax.
Example:
- CFSetting: is one example that is available in Railo but not in CF9 for use in cfscript
- CFDocument: I can't find this one so far.
|
I'm looking for a complete list of tags that are not available in ColdFusion 9 script syntax. Example:
| |||||||||||
feedback
|
|
Not an official list by any measure, but this is a list I presented to a private forum a while back, and it didn't receive too much correction (and those corrections have been integrated). It was in the context of what CF does and doesn't need to be implemented, to claim 100% coverage in CFScript. Summary of omissions: These ones are significant omissions:
There’s a reasonable case for these ones to be implemented:
These ones... I’m ambivalent:
We don’t need these ones at all, I think:
If there's anything here that you think ought to be included in CFScript, please raise an issue here - http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html - and cross reference the issue number here. HTH. | |||||
feedback
|
|
I would argue that there are no commands that are not available as script as you can extend and write the missing bits using cfc's. Thus wrap your favourite missing <cftag in a cfc and call it using new However, here is a list of what is supported http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSe9cbe5cf462523a02805926a1237efcbfd5-7ffe.html | ||||
feedback
|