> Yea, but I would have thought you would need to create an object first to > access those methods,
The object is already created; you just know it as a CF object. > I didn't realise you should us ethem as though they > are native CFML functions. They are NOT CFML functions. Function take parameters and act on them. Java methods perform an action on the object they are called upon. From a syntactic point of view, functions always start a (sub)expression, while a method is always immediately prefixed by an object/variable and a dot. > But I guess this is considered undocumented and unsupported right just like > calling the java runtime or service factory. The service factory is definitely unsupported, I don't know about invoking Java stuff directly though. At the very least, you'll run into issues if you use BD.NET, but I'm not sure Adobe's stance on it officially. cheers, barneyb On 12/28/05, Snake <[EMAIL PROTECTED]> wrote: > Yea, but I would have thought you would need to create an object first to > access those methods, I didn't realise you should us ethem as though they > are native CFML functions. > But I guess this is considered undocumented and unsupported right just like > calling the java runtime or service factory. > > Russ -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227768 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

