If you aren't sure what properties or methods the object contains, you can use 
cfdump to examine it.

-----Original Message-----
From: "jonese" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: 10/18/06 5:26 PM
Subject: Who do i write this JAVA in CF?

Ok I've got an object called port and I've done all the stuff i need
to it and now i need to call a function inside my port object called
getTax and pass it another object i created call getTaxRequest.

All of these object are java object created using the CreateObject
method in CF. but i'm a bit baffeled by this line of java code:

GetTaxResult getTaxResult = port.getTax(getTaxRequest);

I know what it's doing in java. it's creating a new var called
getTaxResult of object type GetTaxResult but I'm not sure how to
translate this to cfscript code.

Do i need to use the javacast function some how to achieve this??

thanks in advance
jonese



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257292
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to