Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

Newbee: How to access fields with duplicated names?

Avatar

Former Community Member
How can i access fields where the name already exists (Like FieldName[0], FieldName[2],...) - and where else can i get answers to simple questions like this one?



Fieldname[n].thisValue does not work.



Thanks for help.
1 Reply

Avatar

Former Community Member
xfa.resolveNode("FieldName["0"]") etc.. I think should work