I have two list boxes. The first is filled from an arraycollection of value objects. Upon selecting and item in the first list I would like to apply a filter function to a second arraycollection that will then be the data provider of the second list box.
The general form of the filterfunction is : theEvents.filterFunction=FilterFunc_events; How do I dynamically pass a valiable to the filterfunction to generate the boolean needed to filter the list. eg only show widgets that have were made by companyx where the first list box was a list of company names and list box two shows the list of widgets. Company name is a value of the company value object (list 1) and the widget value object(list 2). Cheers Allan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---