I am trying to invoke a java class with CFobject and CFMX doesnt
 like something...

<cfobject action="Create" type="Java" class="chkString" name="obj">
<cfset x=obj.getString()>

it creates the object "obj" but says there is an error on "obj.getString()"

The class file is in the classes directory and i do have a method
"getString()"
which i can run locally using java chkString ..

Any ideas?

Joe









______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to