Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

what is best practice to handle array of objects returned from webservice

Avatar

Level 2

Im trying to make a call to websevice which returns the List of objects

Created a DataConnection dragged the fields on to the forms which created a subforms which repeats for each data item

making a call to service

xfa.connectionset.DataConnection.execute(1);

If i dont do remerge subform does not grow to the results fetched

0 Replies