I have a object(iBO) that was created to support interaction between the Web and Backend Application (iMIS). I'm in the process of upgrading the site from CF5 to MX 7. I ran into this error which i havent been able to resolve java.util.classcastexception
<cfset l_Error=l_IBOErrors.getErrors(i)> I was researching and found that the method returns an object of type CErrors(custom object). For some reason ColdFusion doesnt like this syntax. Is there some sort of code i could use to make this work? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:257409 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

