Expand my Community achievements bar.

SOLVED

How to Get List values from JCR which are already stored in JCR Node.

Avatar

Former Community Member

Hi,

    I want List of Values which are already stored in JCR Node to Combo Box. Please help me to implement it.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Write an AEM service that uses the JCR API to get the nodes. Place the return set to JSON or XML. Pass back to the client and display in a combobox. See this article that shows how to display JCR data in a front end web site widgets:

https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Write an AEM service that uses the JCR API to get the nodes. Place the return set to JSON or XML. Pass back to the client and display in a combobox. See this article that shows how to display JCR data in a front end web site widgets:

https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html