Have you tried just one instance of the component?
<components:ApplData beginners="{beginners}" transfers="{transfers}"/>
-TH
--- In [email protected], "Liam" <ldnew...@...> wrote:
>
> I need to pass two separate arraycollections to one component. I'm sure this
> is possible but I can't find anything online as to how to do this.
>
> I thought I could do this but it only displays the last arraycollection:
>
> From main application:
> <components:ApplData beginners="{beginners}"/>
> <components:ApplData transfers="{transfers}"/>
>
> With such little information, any suggestions? Can I do this?
>
> Thanks,
> Liam
>