Hi I have a node and child nodes for a component. the no of properties
needs to saved is more so i am saving with as child node of the resource
node.structure below.the properties are saved in q1, q2, q3 ect.....my
resource questionnaire node. we are using SPA framework with react and
AEM.need to expose the values of q1 and its properties , q2 and it's
properties using sling model....right now i can get the properties only
for the resources.Can anyone suggest me how to get the properties in
slin...