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

Suraj_Kamdi
Suraj_Kamdi
Online

Badges

Badges
37

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
170

Posts

Posts
175

Discussions

Discussions
33

Questions

Questions
142

Ideas

Ideas
5

Blog Posts

Blog Posts
1
Top badges earned by Suraj_Kamdi
Customize the badges you want to showcase on your profile
Re: How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
chandu t​ But@Override public void send(Email email) throws MailingException {} is an interface method

Views

3.6K

Likes

0

Replies

2
Re: How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
@chandu t I dont want to append parameter in servlet. I only need to fetch that parameter in osgi service. I have to check some certain logic and based on that i have to append the targetUrl

Views

6.5K

Like

1

Replies

6
Re: How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
Feike Visser​Servlet Code@Component(service = Servlet.class, property = {Constants.SERVICE_DESCRIPTION + "= Create Profile Servlet", ServletResolverConstants.SLING_SERVLET_METHODS + "=" + HttpConstants.METHOD_POST, ServletResolverConstants.SLING_SERVLET_RESOURCE_TYPES + "=" + CreateProfile.RESOURCE_TYPE})public class CreateProfile extends SlingAllMethodsServlet { public static final String RESOURCE_TYPE = "components/general/profile"; private static final String targetPageUrl = "/content/smaple....

Views

6.5K

Like

1

Replies

8
Re: How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
Feike Visser​ I am still confused..!! Do you have any sample example ?

Views

6.5K

Like

1

Replies

10
Re: How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
@chandu t Do you any examples on that ?

Views

6.5K

Like

1

Replies

0
How to get request parameter of SlingServlet in OSGi Service ? - Adobe Experience Manager 30-10-2018
I want to fetch the properties in OSgi Service like userName , which is set in request parameter in a my custom SlingServlet ? Anyone has an idea about how to achieve this task ?I have one RegisterUserSlingServlet class and CustomMailService as OSGi service. I want get some request parameters properties inside my CustomMailService.

Views

7.5K

Likes

0

Replies

14
How to extend editable templates which is based on Base Page template ? - Adobe Experience Manager 17-09-2018
How to extend editable templates which is based on Base Page template ?I have created one base page template as template-types and created one editable template named article page using base page template-types. Now my requirement is to create a new editable template which is based on article page editable template.is this possible in AEM ? I tried using Sling:resourceSuperType which is not working.can anyone know how to extend editable template ?

Views

360

Likes

0

Replies

1
How to create customized content Fragment component without using core component as sling:resourceType - Adobe Experience Manager 08-08-2018
How to create customized Content Fragment component without using core component as sling:resourceType

Views

1.3K

Like

1

Replies

1
Re: How to check sitemap on localhost using ACS common Sitemap OSGi Service ? - Adobe Experience Manager 11-07-2018
yes I am referring to Sitemap Generator of acs-commons bundle.I have put the homepage template path in ACS commons sitemap Servlet OSGi service. also put the localhost path in Day CQ Link Externalizer. then How to see the sitemaps on locally ?

Views

2.4K

Likes

0

Replies

0
How to check sitemap on localhost using ACS common Sitemap OSGi Service ? - Adobe Experience Manager 11-07-2018
How to check sitemap on localhost using ACS common Sitemap OSGi Service ?I have set the homepage template path in ACS commons sitemap OSGi service. also set the localhost path in Day CQ Mail Service. then How to see the sitemaps on localhost. Can anybody know how to see the sitemap.xml file locally.

Views

3.9K

Like

1

Replies

5