Populating aem pathfield with custom datasource | Community
Skip to main content
Level 2
August 28, 2019

Populating aem pathfield with custom datasource

  • August 28, 2019
  • 2 replies
  • 5658 views

I found this link https://helpx.adobe.com/experience-manager/using/creating-granite-datasource.html on how to populate a select field with a datasource, and it basically just passes an array into it. How can i do something similar with pathfield? I have some JSON that i want to pass in and have it displayed in the tree structure of the pathfield

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

rampai
Community Advisor
Community Advisor
August 29, 2019

Hi bradc10998411​,

Do you mean parsing a json to display as tree without actually creating the nodes in JCR?

This was possible in Classic UI using CQ.Ext.tree.TreePanel but in Touch UI am yet to find anything similar.

Level 2
August 29, 2019

Yes rampai that is what I mean, how unfortunate

Umesh_Sondhi
Level 4
September 26, 2019

yes even i couldn't find something similar to this in Touch UI .