displaying top 100 results
Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Suchika Singh
Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Suchika Singh
Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Suchika Singh
Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Suchika Singh
Tracker Issue Test Bug 14/12/16
2693722 CF-4198192 Administrator : Admin API Suchika Singh Test Bug 14/12/16 Problem Description: Test Bug 13/12/16
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
Tracker Comment Comment on DDX not working when CHF3 applied by External U.
2609231 CF-3870997 External U. @Suchika Singh You could be right, but does not change the fact that CHF3 breaks working code.
I had on my production code no xsi attribute and took the example above from the official adobe documentation.
Tracker Issue [Test Bug for Jira Migration] test bug
#$%@%!&*
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4185919
External Customer Info:
External Company:
External Customer Name: Suchika Singh
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2012 R2 & IIS SERVER
RAM 8 GB
Portal Topic OOP and ColdFusion
Suchika Singh OOP and ColdFusion Object-Oriented Programming is common term in programming language. It’s a vast concept but to sum it up in a single line, it is a set of concepts and techniques that make use of the “object” construct, to write more reusable, maintainable, and organized code
Portal Topic Named Parameters in ColdFusion
Suchika Singh Named Parameters in ColdFusion Named parameters enable you to associate argument with the parameter’s name rather than with the parameter’s position in the parameter list. They can be used in functions, constructors. In earlier versions of ColdFusion, named parameters were allowed
Portal Topic OOP and ColdFusion – Part 2
Suchika Singh OOP and ColdFusion – Part 2 In my previous blog, I wrote about the following OOP features: Abstraction Encapsulation Inheritance Polymorphism Abstract CFCs & Methods In ColdFusion 2018, we support ‘Covariant Method Return Type’. This is another OOP concept and has been adopted by many
Tracker Comment Comment on Form Fields with the same name are converted to arrays when Fusebox 5.5 is used. by External U.
array
1 1
2 1
3 1
Form Scope
struct
FIELDNAMES NODUPE,NOARRAY,SUBMIT
NOARRAY 1,1,1
NODUPE 1,1,1
SUBMIT submit
The issue lies in the values returned by fusebox: they are array where they were expected to be lists.
The structure posted in the comment by Suchika Singh is actually the posted form. The 2