Hi,

When you use the component builder in eclipse published by adobe, it creates
a component with a bunch of geters and setters,  I can get and set one
record at a time but I can't figure out how to call these components so it
gets multiple records. I know the table has multiple entires for my
criteria.

<cfscript>
    catObj = createObject("component", "includes.cfc.Category
").init(IsActive=Val(1));
    catOut = StructNew();
    catOut.Category = catObj.getCategory();
</cfscript>

This will return one record, how do I get all the records?


-- 
Casey


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288032
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