Hi Team, I am facing an issue with creating custom carousel component which is extended to carousel core component. In my custom carousel component I have modified the html with my own custom html and javascript. This is causing an issue in the authoring dialog where I am unable to switch panel. Any...
Its a compilation issue. Please check if class AuthorBooks is present or not.If its present also check author component if correct path of AuthorBooks is mentioned or not.
@SDusane You cannot export AEM templates but you can host AEM itself in Azure cloud. Also if anything required outside AEM ,you can export the content or assets outside AEM.
@sateeshreddy Try creating a touch ui dialog listener and add your validations in the javascript. Please refer to coral ui documentation. https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/index.html
@Santhosh_Talepalle The error is of datastore exception which means data segment is missing or not able to read on the start. Trying using the below link steps :https://helpx.adobe.com/experience-manager/kb/datastore-inconsistency-record-not-found-.html However a quick solution would be to delete ...
Hi @KaibalyaJena_123 Did you check error.log after uploading the video? Is there any error that you are seeing? If its working on lower environment and all the package version is same so shouldn't be any issue.
Hi @Nilesh_Mali Instead of overriding in apps file. You can create a clientlibrary which will call a servlet on the checkbox event. Since you have created a custom property you can have a custom class or id name for checkbox.
Hi @vinuu123 You can make an httpclient call with getmethod by setting the URL like "http://host:port/pagepath.html".Make sure you add the content type to the header before executing. For any manipulation in Html you can use Jsoup.
Please access the below URL and click on the "Invalidate Caches" button.http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=trueThen click on the "Rebuild Libraries" and check if the issues are fixed.