strantheman
Programmer
I just installed CFMX, and im looking for anyone else out there using this newest version from Macromedia.
I tested an older app I developed using CF 4.5. When running on CFMX server I received the following error: "You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members."
The line is within a <CFSCRIPT> tag and is
maxheight.local = 400;
All im doing here is using decimals in my naming conventions for some of my variables, and I do this a lot. This is not a structure, its just a variable and Cold Fusion has never given me trouble before, but MX thinks that im trying to reference a Java variable I guess. Im looking for a way to turn off the Java parser so I don't have to change my ways.
Thanks to anyone who can offer some insight into CFMX.
strantheman
I tested an older app I developed using CF 4.5. When running on CFMX server I received the following error: "You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members."
The line is within a <CFSCRIPT> tag and is
maxheight.local = 400;
All im doing here is using decimals in my naming conventions for some of my variables, and I do this a lot. This is not a structure, its just a variable and Cold Fusion has never given me trouble before, but MX thinks that im trying to reference a Java variable I guess. Im looking for a way to turn off the Java parser so I don't have to change my ways.
Thanks to anyone who can offer some insight into CFMX.
strantheman