@shoib_I Well, that is expected! My analysis as below,
As per above command for generating project - You missed adding one property ie. aemVersion - per documentation here: https://github.com/adobe/aem-project-archetype by default it is taken as cloud
Please run below command as per your AEM instan...
Hi @shoib_I ,
Could you please tell us what is the exact version of AEM you are using and what command you have been used to generate project?
Also, have you installed latest Service Pack?
Regards,
Santosh
@edeluyas - Try with doGet() instead doPost() The doPost() method in servlets is used to process the HTTP POST requests. It is used to submit the data from the browser to the server for processing. The data submitted with POST method type is sent in the message body so it is secure and cannot be see...
@edeluyas I can see in payload ":redirect" is the actual page url which supposed to be passed in your code
Can you try printing the variable redirectUrl
String redirectUrl = request.getParameter(REDIRECT_URL);
and see what is the value you are getting.
Hi @edeluyas,
Can you let us know,
How/What did you set redirectUrl parameter in form?What is the value in "redirectUrl"?
I can able to redirect it.
package com.mysite.core.servlets;import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.api.SlingHttpServletResponse;import org.ap...
Hi @ashish_joshi93 ,
Updating the following POM should work:
Navigate to .m2/repository/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom and Update the groovy-all dependency version from 2.4.16 to 2.4.8:
<dependency>
<groupId>org.codehaus.groovy</groupId>
<ar...
Hi @Mario248 ,
You can Use Connected Assets to share DAM assets in Experience Manager Sites [0] for sharing assets between environments. Configure a connection between Sites and Assets deployments:
Where you can configure Remote DAM URL along with it's credentialsand Local Sites URL
Note: For Asset ...
Hi @radhika_k ,I would recommend to use official Adobe materials:
Detailed exam scope and sample question/exam - https://express.adobe.com/page/wmEF6wQ6rjrQX/Official tutorials - https://experienceleague.adobe.com/docs/experience-manager-tutorials.htmlAEM 6.5 documentation - https://experienceleague...