Skip to main content
sureshy2015
Level 4
October 16, 2015
Respondido

Dynamic options in selection is getting reset on page reload.

  • October 16, 2015
  • 4 respostas
  • 1253 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por smacdonald2008

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. 

4 Respostas

sureshy2015
Level 4
October 16, 2015

it did not help

smacdonald2008
Level 10
October 16, 2015

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. 

WhoaShekhar
Level 10
October 16, 2015

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!

cquser_cquser
Level 2
October 16, 2015

can you post the code written on loadcontent event?