Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Akhila K Srinivas)
Created: 04/14/2014
Components: Mobile Support, Custom Tags
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: dev build /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Android 4.x
Vote Count: 0
Problem:<cfinclude> within <cfclient> should support files with ".html" extension.
Right now an error is thrown with below message when tried to include html file :
" An exception has occurred in the processing of CFClient code : Invalid template : includeme.html. Can include cfm, css or js files only."
Test code to repro :
index.cfm :
<cfclient>
<cfinclude template="includeme.html">
</cfclient>
includeme.html :
<html>
<head>
<title> Hello there!!</title>
</head>
<body>
Hello!!
</body>
</html>
Method:
Result:
Expected:
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3742204
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: