search : brett suwyn

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2598314 CF-3041472 ORM Support Brett Suwyn Bug 82931:I have a simple component named class Problem: I have a simple component named class..cfc I am unable to load the entities of this type with entitiyLoad or ORMExecuteQuery. Method: create class.cfctry to load the enititiesentityLoad ( "class
2598388 CF-3041390 Language : CF Component Brett Suwyn Bug 82777:Currently all generated setters return void, which seems like a real waste Problem: Currently all generated setters return void, which seems like a real waste. Can we change this behavior so that the component object is returned
2598415 CF-3041359 Language : CF Component Brett Suwyn Bug 82728:(Watson Migration Closure)cfinvoke fails when calling a function passed in as an argument to a component function Problem: cfinvoke fails when calling a function passed in as an argument to a component function.error: Entity has
2599703 CF-3039810 Language : CF Component Brett Suwyn Bug 79627:(Watson Migration Closure)currently if you want to return THIS from a function you have to specify the name of the component as the the returntype of the function Problem: currently if you want to return THIS from a function you
2599813 CF-3039697 Language : CF Component Brett Suwyn Bug 79480:(Watson Migration Closure)ColdFusion 8 and now 9 do not allow access to private and package functions through the "this" scope even when the function called from within the component definition that defines the package or priv Problem