Chris
Member since Jul 22, 2010
- Profile: /members/6467-chris.htm
- Comments: 3
Recent Blog Comments By Chris
-
Building Java Arrays In ColdFusion Using Reflection
Posted on Jul 23, 2010 at 4:08 AM
@Ben, I agree with your point about the toArray function and yeah, better java cast functionalities for CF would be awesome. I've actually had this problem (casting java arrays) a couple of times. You can always find a workaround and I can totally see why ColdFusion is using Vectors internally in... read more »
-
Building Java Arrays In ColdFusion Using Reflection
Posted on Jul 22, 2010 at 5:32 AM
Ooops, just read the first comment. Just ignore what I wrote :)... read more »
-
Building Java Arrays In ColdFusion Using Reflection
Posted on Jul 22, 2010 at 5:30 AM
Hey Ben, can't you just use the toArray() function that Java provides? As in <cfset arrValue[ 1 ] = "What's up hot stuff?" /> <cfset arrValue[ 2 ] = "You come here a lot?" /> <cfset arrValue[ 3 ] = "You from out of town?" /> <cfset arrValue[ 4 ] = "Want a little of this?" /&... read more »