Thanks @A_H_M_Imrul for your solution. I will discuss your solution with my TL on Tuesday. Could you please suggest which approach is better: this one or making changes at the Dispatcher level?
Hi TeamI tried below one to Apply rel="canonical" to PDFs (We are using AEM as a cloud service), however It is not working as expected. Could someone please help me to fix this issue <FilesMatch "\.pdf$">
RewriteRule ([^/]+)\.pdf $ - [E=FILENAME:%{HTTP_HOST}%{REQUEST_URI}]
Header...
Hi team,Could someone assist me in retrieving the latest LinkedIn posts content using the OSGi service class?https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fcontext&tabs=HTTPS1 Thanks in advance
Dear AEM Community Members, I'm reaching out to seek your assistance with resolving some WARN errors that have been appearing in error.log file Note: We are using AEM as cloud service1. *WARN* GET //content/wknd/page1/child1/child3.html HTTP/1.1] com.day.cq.search.eval.TypePredicateEvaluator Node ty...
Thanks @arunpatidar for the reply.I have checked with above link. Above link is working when the dropdown is part of multifield. But here the dropdown field is separate from multifield.
Hi GuysI have two fields1. Dropdown with two options (1. type1, 2. type2)2. Multifield with 4 items (item1, item2, item3, item4 ==> four items all are text fields) case1: Now I want to show item2, item3 and item4 fields when a content author select dropdown option as type1 1. Dropdown(type1) 2...