@VijayRa10 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
@SivaKr2 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
@jayv25585659 : Please refer to https://techrevel.blog/2023/08/23/demystifying-the-aem-dispatcher-a-comprehensive-guide-to-the-basics/
If explains .stat files and dispatcher flush. refer to section "1. Content Invalidation:"
@ViaVu
We shouldn't be editing /apps/core/wcm/components/. I had just shared a snapshot from 6.5 for understanding.
You would need to extend the component in apps directory of your project. And then add configs to it for show/hide etc.
Please check once, you might already be extending page comp...
@ViaVu
Option:-1:
You could also control it by defining multiple page components.
Each page component has its own cq:dialog. You can show or hide resources (Tabs) in this dialog. https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/full-stack/...
@RamanZa1
For the missing dependency, we can install it in AEM using
<!-- Embed section of all/pom.xml-->
<embedded>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<type>jar</type>
<target>/apps/techrevel-packages/application/install</target>
</embedded>
<!-- Dependency sec...
Hello @Raja-T
Since you mentioned that <ul><li> is retained and also visible of reopening the dialog, it might not be a plugin issue.
You should cross-check the CSS.
@Raja-T
1. Inspect HTML and verify if the <ul> <li> tags are available like:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
2. Reopen the dialog and verify if the text still appears with the bullets.
If answer is yes for both, then its the CSS that would be causing this.
However,...
@Aaron_Dempwolff
I second suggestions from @SantoshSai and @ShivamKumar
However, if for some reason you cannot change the code immediately, then consider using SlingRequestProcessor . Please refer the blog:
https://kiransg.com/2023/05/16/sling-servlet-helpers/
Hello @NehaBa4
Please use Release WKND Reference Site - 1.0.0 · adobe/aem-guides-wknd · GitHub
aem-guides-wknd.all-1.0.0-classic.zip: AEM 6.5.4+, AEM 6.4.8+ This is built with the additional profile classic and uses v6.4.4 of the uber jar.