Hi everyone, In FDS I have a Java class that with no parameters fills an ArrayCollection with all possible items, and by passing a parameter (such as a group number) another ArrayCollection is filled with what items have been 'added' to a particular group. Now this assembler obviously has a deleteItem method. When an item is deleted from the master list it should delete from both with FDS, and it is. The problem I'm having is that when someone deletes something from one of these 'groups' I just want it deleted from that group, rather than from the whole database.
Any ideas on how to pass parameters to deleteItem() without putting some property in the object or what I could do about this? (I think deleteItem only supports an object as a param. -- 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/

