Hello,
I am trying to invoke a java method using the code below but keep getting
method was not found.
<cfscript>
x = CreateObject("java", "com.something.something.int.classname");
x.init();
ret = x.sendResponse(JavaCast("string", "mail"));
</cfscript>
The cfdump of x I can see the method listed.
Help! Please
Isidro
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346841
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm