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

Eakambaram
Eakambaram
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
14

Posts

Posts
39

Discussions

Discussions
1

Questions

Questions
38

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Eakambaram
Customize the badges you want to showcase on your profile
Is webp supported in AEM 6.1? - Adobe Experience Manager Assets 12-03-2018
Is the WebP supported in AEM 6.1/6.3. If it is not supported is there a custom way we can make out AEM to support WebP.

Views

2.2K

Likes

0

Replies

1
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 05-11-2017
@Model({adaptables=Resource.class, adaptables=SlingHttpServletRequest.class}). I was trying to pass some parameters/values from my sighlty html to my sling model, once we receive those parameters in our java we have some custom process requirement for those parameters and have to return some value found in repository to sighlty.You can try the adaptables way. Another way is we can change our approach from sling model to wcmuse pojo way for this component alone.Sighlty code snippet for passing so...

Views

11.7K

Likes

0

Replies

0
Re: How to fetch values from page into the dialog participant step? - Adobe Experience Manager 23-10-2017
We have to write Java Script code to fetch the dialog fields and on pre load/on load of that dialog we can assign the values that we already got to those dialog fields. We have to create a client lib with the same category name (like cq.author) so that no need to load that client lib specifically.

Views

875

Like

1

Replies

0
Re: Which version of Adobe Forms I have to use for my AEM 6.1 SP2 - Adobe Experience Manager Forms 20-07-2017
Thank you .. Tech Aspect Solutions for quickly jumping in and providing the required information.

Views

1.0K

Likes

0

Replies

0
Which version of Adobe Forms I have to use for my AEM 6.1 SP2 - Adobe Experience Manager Forms 19-07-2017
Hi Team,I have AEM 6.1 SP2 Installed on Mac Laptop. I wanted to install AEM Forms Add on on my AEM 6.1 SP2.Which version I have to download and install from Package share?Is it AEM-FORMS-6.1.SP1 or AEM-FORMS-6.1-SP2. I am not able to find one with AEM-FORMS-6.1.Or If i download and install AEM-FORMS-6.1-SP2 will that work. I am using Mac OS. Which one i have to use LX or WIN or SOL or AIX or WIN (Example : AEM-FORMS-6.1-SP1-LX).Best RegardsEakambaram Yadav

Views

1.4K

Like

1

Replies

2
Re: Re-arranging in multifield - Adobe Experience Manager 17-07-2017
You can inspect and see the class for up and down arrows (In both classic and touch UI). You can write click event on both up and down arrows which will re arrange the items and have your custom logic in side that captured click event.Below is sample code for classic UI.$('.cq-multifield-up').on('click', function(evt) { //custom logic will go here.});$('.cq-multifield-down').on('click', function(evt) { //custom logic will go here.});

Views

558

Like

1

Replies

0
Re: Resource Mapping - Adobe Experience Manager 29-06-2017
Can you check in each individual publishers. If the issue remains there in each individual publisher. Then try replicating /etc/map node one more time through the replication tree. If the issue still persists. Clear your replication from /var and try.If there is no issue at individual publisher level. The please clear the dispatcher cache and try again.

Views

650

Likes

0

Replies

0
Re: Does AEM 6.1 support .com for the folder name? - Adobe Experience Manager 28-06-2017
When we create any site with dot in name from site admin. AEM is automatically changing the dot to - hyphen (Example when i created with "test.com" AEM replaced the . with - in name).After creating if we are renaming the site to test.com and save (/test-com/ renamed )to test.com from crx/de). I am able to see the page rendered properly (http://localhost:4502/content/test.com/test123.html ). My AEM version is Version 6.1.0.SP2.I think you have issue with not .com name. There might be some thing e...

Views

1.1K

Likes

0

Replies

0
Re: ScrService component remains unsatisfied in AEM 6.2, but was working fine with AEM 6.0 - Adobe Experience Manager 27-06-2017
Can you try searching for the artifactId in depfinder (host:port/system/console/depfinder). Is it showing the same version which you added in your pom.xml. Try removing the version and scope from your dependency entries. Some times it may solve. Is your corresponding bundle is active in host:port/system/console/bundles.

Views

712

Likes

0

Replies

0
Approach for Large User Base validation - Adobe Experience Manager 21-06-2017
We are converting website to AEM 6.1. Current website is having 2,00,000 (two hundred thousand user base).They already have SSO implemented and have end point (Web service) to validate the user credentials. Now as we are doing this in AEM 6.1. What is the best approach of the below. Or if you have another best approach please suggest.1. Have all those 2,00,000 (two hundred thousand user base) user nodes be created within AEM and assign a group for giving permissions and use the default J Securit...

Views

2.0K

Likes

0

Replies

2