Community Member Profile
- Profile: /members/8753-Jan.htm
- Comments: 3
- Points: 32
Recent Blog Comments By Jan
-
ColdFusion 10 Beta - Closures And Function Expressions
Posted on Feb 21, 2012 at 2:57 AM
@Ben, It's possible to pass a for example a struct to flex as a typed object if this struct has a key named '__TYPE__' (like myStructObj['__TYPE__'] = 'path.to.component'). Documentation: read more »
-
ColdFusion 10 Beta - Closures And Function Expressions
Posted on Feb 20, 2012 at 11:17 AM
Great examples! I especially like the 'light-weight objects' example since creating component objects can be quite slow in Coldfusion. Is it possible to use these light-weight objects with remote services for flex? Is adding a '__TYPE__' key to var cache enough for flex to know the type of... read more »
-
ColdFusion Query Maintains Current Row Even When Passed By Reference
Posted on Aug 10, 2011 at 4:41 AM
Great post ! I've tried this with with a query-loop in cfscript: //myQuery has 2 rows. column 'id' is 1 in row 1, and 2 in row 2 while(myQuery.next()) { writeOutput("<br />#myQuery.cur... read more »



