Does CF 4.5 have IsNull(objectRetrievedFromjava) ?
We have Cold Fusion 4.5. We call a web service to get some data objects via Java Interop. Once the object is recieved, i need to check if an object is null. Does CF 4.5 have IsNull(objectRetrievedFromjava)? Or anyother way to check if object is null?
I tried IsDefined('objectRetrievedFromjava'), but it always says YES, but if i tried to retrieve any details from the object it fails. I know those objects are null, as I am passing them.
