I'm using AEM 6.5.10, I have a multifield as below;I should be using the
values authored from 1st multifield(Action Type, Behavior, Label, Value,
Feedback, Action Parameters) in a anchor tag.I should be using the
values authored from 2nd multifield(Action Type, Behavior, Label, Value,
Feedback, Action Parameters) in a tag. First multifield should
be used in tag as below;${actions.label} Second
multifield should be using in button tag as below${actions.label} Can
someone help me with the sightly...