Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Alex Skinner / Alex Skinner (Alex Skinner)
Created: 10/28/2015
Components: Language
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Mac 10.9 64 bit
Vote Count: 5
Our CMS PresideCMS www.presidecms.com uses a technique to decorate with additional attributes our CFPARAM tags in our views in order to auto wire our views to our data layer, the open source engine we are using allows us to put additional attributes on the tags without complaining much in the same way as you can do with cfproperty tags
We have had enquiries from users who would like to run our CMS on the Adobe ColdFusion platform but at present there is no way of suppressing the errors
An example code snippet would be as follows
<cfparam name="args.teaser" field="page.teaser" editable="true" />
<cfparam name="args.main_content" field="page.main_content" editable="true" />
<cfparam name="args.bottom_content" field="page.bottom_content" editable="true" />
<cfparam name="args.datePublished" field="news.datePublished" editable="false" renderer="none" />
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4080440
External Customer Info:
External Company:
External Customer Name: Alex Skinner
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: