Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Dynamic options in selection is getting reset on page reload.

Avatar

Level 4

Hi,

I have selection field with dynamic options from servlet.

I am loading options from loadcontent event of the widget

the problem is when i select an option and submit dialog(clicking ok in dialog)  the value is getting stored in JCR but  when  i reload the page and open dialog it is not getting populated with the value.

1 Accepted Solution

Avatar

Correct answer by
Level 10

YOu can add app logic to the loadcontent event to display the value that you want in the selection control. See the events section here:

http://docs.adobe.com/docs/en/cq/5-6-1/widgets-api/index.html?class=CQ.form.Selection

Otherwise - the control will display the data in order it was configured in the AEM Dialog. 

View solution in original post

4 Replies

Avatar

Level 3

can you post the code written on loadcontent event?

Avatar

Level 10

Hi There,

Thanks for reaching out to Adobe Community.

Please see if the below docs has something that helps:

https://helpx.adobe.com/experience-manager/using/creating-custom-cq-grid.html

https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html

Thanks!

Avatar

Correct answer by
Level 10

YOu can add app logic to the loadcontent event to display the value that you want in the selection control. See the events section here:

http://docs.adobe.com/docs/en/cq/5-6-1/widgets-api/index.html?class=CQ.form.Selection

Otherwise - the control will display the data in order it was configured in the AEM Dialog. 

Avatar

Level 4

it did not help