Hi Experts,
We are in process of converting the components and templates from Classic to touch UI. This process is completed almost. However, when the code is deployed in the QA platform, none of the dialog's data are stored. i.e. contents are not stored.
When I debug the issue, all the dialog form's action value is empty. (Please refer the screenshots). At the same time, it has the proper value in my local instance.
I need your expert advice on the same
Could you please help here?
Thank you,
Nanda
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Can you look for the following request from network tab when you open the dialog for editing
Https://server:port/mnt/override/apps/<your component>/_cq_dialog.html/<your component in the pagepage>
e.g.
http://localhost:4502/mnt/override/apps/weretail/components/content/heroimage/_cq_dialog.html/content/we-retail/language-masters/en/experience/arctic-surfing-in-lofoten/jcr:content/root/hero_image?resourceType=weretail%2Fcomponents%2Fcontent%2Fheroimage&_=1651510640496
Also check /libs/cq/gui/components/authoring/dialog/dialog.jsp for backend rendering.
String dataPath = slingRequest.getRequestPathInfo().getSuffix();
Hi,
Which version of AEM are you using?
Could you please check the AEM version in local and in QA?
Hi,
Can you look for the following request from network tab when you open the dialog for editing
Https://server:port/mnt/override/apps/<your component>/_cq_dialog.html/<your component in the pagepage>
e.g.
http://localhost:4502/mnt/override/apps/weretail/components/content/heroimage/_cq_dialog.html/content/we-retail/language-masters/en/experience/arctic-surfing-in-lofoten/jcr:content/root/hero_image?resourceType=weretail%2Fcomponents%2Fcontent%2Fheroimage&_=1651510640496
Also check /libs/cq/gui/components/authoring/dialog/dialog.jsp for backend rendering.
String dataPath = slingRequest.getRequestPathInfo().getSuffix();
Hi @Nandujee ,
We are not using any OOTB component, all are customed components.
Also, no external URLs are used in the action.
Thank you
Nanda