WorkerBeeJ
Programmer
I'm very new to coldfusion, so this should be an easy one. I'm importing a template which contains the definition for a method that defines a variable Request.isTestServer(). When I hit the page, I know that template is getting loaded, but I'm getting an error:
Detail: Method isTestServer could not be found. Check you have correct method name, the method name casing matches that of the Java class and you've provided the correct number of arguments.
When I try to get around that and hardcode what I want, I'm erring out on the next Request. variable reference. Anyone know what I'm doing wrong?
Detail: Method isTestServer could not be found. Check you have correct method name, the method name casing matches that of the Java class and you've provided the correct number of arguments.
When I try to get around that and hardcode what I want, I'm erring out on the next Request. variable reference. Anyone know what I'm doing wrong?