I am currently working on a project involving a composite view called QueueItems, with each item in the collection having its own itemView for modification. The challenge lies in allowing each element to select from multiple tag collections like States, Companies, etc. I am uncertain about how to integrate this functionality into individual item views without making repeated calls. To address this concern, I have placed the collection in the composite view. However, I now face the issue of not knowing how to access it and determine if the ajax call to fetch the collection was successful.
Any thoughts or suggestions would be greatly appreciated. Thank you!