Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

aemninja
aemninja
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
23

Posts

Posts
87

Discussions

Discussions
26

Questions

Questions
60

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aemninja
Customize the badges you want to showcase on your profile
Re: Not able to drag & drop the custom workflow step - Adobe Experience Manager 26-09-2021
@Sanjay_Bangar - The workflow process step is available but I am not able to drag the process step.

Views

481

Like

1

Replies

0
Not able to drag & drop the custom workflow step - Adobe Experience Manager 25-09-2021
Hello Community - I am not able to drag & drop the custom workflow step in the workflow model. Not sure what is happening. Can someone advise on this? customworkflowstep XML: cq_editConfig.xml cq_dialog.xml:

Views

507

Likes

0

Replies

14
Re: ${request.serverName} not returning expected value - Adobe Experience Manager 27-08-2021
@asutosh_jena - I am using SDI. The request will reach the publish instance for every request. Also what I observed is, I am getting the AEM Publish instance information in the response header(Access-Control-Allow-Origin).i.e Access-Control-Allow-Origin: AEM Publish instance instead of Dispatcher Domain.

Views

2.1K

Like

1

Replies

0
Re: ${request.serverName} not returning expected value - Adobe Experience Manager 27-08-2021
The problem is I am getting the value but instead of dispatcher url domain name (The page that I am accessing) I am getting AEM Publish instance. I have compared with other environment but not able to figure it out.

Views

2.2K

Like

1

Replies

2
Re: ${request.serverName} not returning expected value - Adobe Experience Manager 27-08-2021
I am not using any servlet or model. Using HTL to retrieve the domain name from the request object.

Views

2.2K

Like

1

Replies

1
Re: ${request.serverName} not returning expected value - Adobe Experience Manager 26-08-2021
It works in one environment but doesn’t work in other environment. In the working environment. We don’t use any servlet. We are using only thr request object.

Views

2.2K

Like

1

Replies

7
Re: ${request.serverName} not returning expected value - Adobe Experience Manager 26-08-2021
Actually request.ServerName is showing the value of the publish instance instead of dispatcher URL domain name. The same is working as expected in other environment.

Views

2.2K

Like

1

Replies

0
${request.serverName} not returning expected value - Adobe Experience Manager 26-08-2021
Hello Community - I am using the request object ${request.serverName} to retrieve the domain name. If I access the dispatcher URL, it is returning the AEM Publish instance name(which is incorrect) instead of the actual domain name of the page I am trying to access. i.e If I try to access the page: https://www.example.com/test.html - It should return "www.example.com"Accessing AEM Publish instance: https://aempublish:8080/test.html - should return "aempublish" I have even verified the dispatcher ...

Views

2.2K

Likes

0

Replies

11
Re: Passing path parameters in Servlet - Adobe Experience Manager 29-07-2021
@Bimmi_Soi - I don't want to go with the query parameter way of implementation. I would like to go with path paramters route only. Query parameters implementation is already in place and we are changing it to path parameters.

Views

1.4K

Like

1

Replies

0
Re: Passing path parameters in Servlet - Adobe Experience Manager 29-07-2021
@Suraj_Kamdi - The servlet path is "/apps/test/product" and value1 & value2 are path parameters that I wanted to pass it to the servlet. I am calling the servlet from the ajax call.

Views

1.4K

Like

1

Replies

0