Hi everyone,
Here's my situation.
I have two FindTasks on two separate services, but I'd like the results to display in one DataGrid. Is there any way to set the dataProvider so that it accepts 2 values? I tried a comma delimited list like so:
dataProvider="{findTask.executeLastResult}, {findTask2.executeLastResult}"
but that didn't seem to work.
BTW, I know that each FindTask works, because I developed them in separate MXML Applications before trying to squash them together.
Thanks for all the help...
Justin