Hi Community members,
Greeting of the day, hope you all are doing well.
Recently we have removed a 3rd party UI framework in our Customer portal application which is running on the AEM 6.5.10. We replaced framework code with custom code(components, templates, sling-models).
After doing this change:
I thank you in advance.
-Mahabub Ali Mohammad.
Topics help categorize Community content and increase your ability to discover relevant content.
Usually an EditConfig should serve your purpose in this scenario. Are you getting any error in the browser console or even in the error log? Here is a sample of EditConfig just in case you want to cross check:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
cq:dialogMode="floating"
cq:disableTargeting="{Boolean}true"
jcr:primaryType="cq:EditConfig">
<cq:listeners
jcr:primaryType="cq:EditListenersConfig"
afterdelete="REFRESH_PAGE"
afteredit="REFRESH_PAGE"
afterinsert="REFRESH_PAGE"/>
</jcr:root>
Let me know your findings..
Hi @A_H_M_Imrul , @Aditya_Chabuku Thanks for your response.
I tried this by adding the cq:editConfig. But there is no luck.
Also there are no JS errors on console. I tried it on fresh simple page.
Are we need to add any configuration at site level/Page component level?
Could you please advise?
-Thanks.
MMA
Hi @mahabubali ,
Did you happen to see any JS errors in the console? May be page is not able to load because of those issues.
Please also try the solution given by @A_H_M_Imrul and check the console & error logs once again.
Let us know, if it works!
Thanks,
Aditya Chabuku
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies