Sukhminder: Did you ever get an answer to this question? I've been searching the docs and the Flexcoders posts, but so far, no luck.
Jim --- In [email protected], "Sukhminder Singh" <[EMAIL PROTECTED]> wrote: > > Hi there... > > I have 2 lists. First list contains all the items, from which a user can > drag and drop items into his selected list. Then I want to capture all the > items a user has in his selected list. > > Anyone out there knows how to get all the items IDs from the second list > which will be later stored in DB.?? My list if like follows: > > <mx:FormItem width="100%" label="User Catalogs"> > <cfComponents:BindableList > id="eSuser_CatalogIDs" > valueField="catalogID" > labelFields="[CatalogName]" > dragEnabled="true" dropEnabled="true" > dragMoveEnabled="true" > width="100%" > /> > </mx:FormItem> > > Thanks > Sukhminder > ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

