Hi All,
I have written component and included that component in page component.This dialog has one tab with text field,when clicking on OK button required action is happening but page is not refreshing.To see latest content on the page i need to refresh the page.How to fix this issue and rand the page will be refreshed as soon as clicking on the 'OK' button of dialog.
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
Thank you all.
I have followed https://helpx.adobe.com/experience-manager/kb/RefreshPageWhenModifyDialog.html ,resolved issue.Now i could see results immediately.
Views
Replies
Total Likes
When entering values into the dialog and clicking the OK button - you should be seeing the values that an author enters into the dialog in the AEM page. For example - if you use the text component - you enter text into the RTE. That text is displayed in the AEM page when the button is displayed
See this example:
[img]ARTE.png[/img]
Are you not seeing the values entered into dialog fields?
Views
Replies
Total Likes
smacdonald2008 wrote...
When entering values into the dialog and clicking the OK button - you should be seeing the values that an author enters into the dialog in the AEM page. For example - if you use the text component - you enter text into the RTE. That text is displayed in the AEM page when the button is displayed
See this example:
Are you not seeing the values entered into dialog fields?
I could see the value entered in the dialog under /content/<page>node but the final processed result is not shown until i refresh the whole page.
Views
Replies
Total Likes
I could see the value entered in the dialog under /content/<page>node but the final processed result is not shown until i refresh the whole page.
Hi Kishore,
have you set the cq:listener behaviour?
https://docs.adobe.com/docs/en/cq/5-6-1/developing/components.html#cq:listeners
Views
Replies
Total Likes
Thank you all.
I have followed https://helpx.adobe.com/experience-manager/kb/RefreshPageWhenModifyDialog.html ,resolved issue.Now i could see results immediately.
Views
Replies
Total Likes
Could you please post your solution, the link doesnt seem to work, what needs to be done?
Views
Replies
Total Likes