Hi Team, When I am trying to create a site through post request in postman, I am getting "405 method not allowed". I used below key value pair in "x-www-form-urlencoded" in postman:-srcPath:-/apps/msm/we-retail/blueprintconfigs/we-retail-screensdestPath:-/content/we-retail/us/en/experience./jcr:titl...
Hi TeamI have a requirement where i need to execute query to retrieve the below data. Query Equivalent:-Select page_url, published_datw,title,tags,(both on the Basic tab), content_type, content_format, category, sub-categories, article_read_time, (all on the Article Properties tab) secondary_meta_ke...
Hi, I am trying to minify CSS in aem 6.5 by using cssProcessor="[min:yui]"in context.xml files. Is it the correct way? Because by using jsProcessor="[min:gcc;languageIn=ECMASCRIPT_2015]"I am able to minify js but css filenames contains .min but they are actually minified. Also, in http://localhost:...
how to extract content from crownpeak can you plz provide any solutions for this.thanks in advance. @Arun_Patidar @Jörg_Hoh @BrianKasingli @Theo_Pendle @vanegi @kautuk_sahni
I am using AEM as a Cloud Service. And in that I'm extending tools menu so that osgi configurations can be set through that. I want to set a specific configuration values through that and for that I will be using servlet. So, using servlet how can I set the already existing osgi configuration values...
Hi Team,I am facing a weird scenario. When I go to tags inmy AEM console i do nto see any tags are loaded . it is just showign an empty page. Tags are existing in crx/backend but not getting pulled on localhost:4502/aem/tags.DId anybody face this issue?Also, it seems due to above issue , even when I...
I am new to AEM and wanted to test the form using javascript. In my AEM form there is button which clears all the fields value.I need to click on that button using javascript.I am not able to find any function for click or press in given document.https://opensource.adobe.com/dc-acrobat-sdk-docs/acro...
I want to cache json response in dispatcher for content as service in aem 6.5. For example, I want to cache http://localhost:4503/content/we-retail/us/en/men/jcr:content/root/text.model.json. the cache works here perfectly but when if author make a content change at page level, we would want to inva...
Hello everyone, I've created a date field and I need to validate the date so that it is after 01-01-2022. If the user enters a date earlier than the date, it should give an appropriate message and the value of the date field should be null. Please help. Thanks Aitor
Hi, getting below error while trying to create OSGI bundle what could be the possible error? HTTP ERROR 500 Problem accessing /system/console/bundles. Reason: Server Error Caused by: java.io.IOException: Bundle-SymbolicName header missing, cannot install bundle Thank you