Hi, I've generated some CFC's & actionscript class using the CFC wizard. This is all good, it works, I can bind it to a component etc. or work with it as an ArrayCollection.
The problem is wanting to return a single object, which the CFC wizard generates a 'get(id)' method. Should this also be an ArrayCollection even though it is one object, or is it return as a custom class, which the CFC wizard generated for me? Just trying to get my head around the difference here. Many thanks, Brett

