Question
Help with cfapplication - datasource
According to http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d69.html
I should be able to use datasource="" in the cfapplication tag.
When I do, I get the error:
Attribute validation error for tag CFAPPLICATION. | |
| It does not allow the attribute(s) DATASOURCE. The valid attribute(s) are APPLICATIONTIMEOUT,CLIENTMANAGEMENT,CLIENTSTORAGE,LOGINSTORAGE,NAME,SCRIPTPROTECT,SECUREJSON,SECUREJSONPREFIX,SERVERSIDEFORMVALIDATION,SESSIONMANAGEMENT,SESSIONTIMEOUT,SETCLIENTCOOKIES,SETDOMAINCOOKIES. | |
I just want to take advantage of the Coldfusion 9 feature so I don't have to include the datasource attribute for every cfquery tag.
I get the error on both my local machine and the server. Both have Coldfusion 9.
Thanks
