House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

Converting simple Java code to ColdFusion

Author:
Janet MacKay
11/16/2007 04:51 PM

> If this is a Java > object and you verified that the method exists, you may need to use > the javacast function to reduce ambiguity." Did you try what was suggested ;)? ie using javacast <!--- change the java type if needed ---> <cfset Slide = pres1.getSlideByPosition(javacast("int", 5))>


Mailing Lists