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
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
It don't get out of sync, but you should have first "Replicate Delete" before even deleting it from author.

Views

550

Likes

0

Replies

0
Re: Does AEM 6.1 support .com for the folder name? - Adobe Experience Manager 29-06-2017
Thank you all for your inputs. I'm able to edit pages under .com folders with new author install(re-installed author locally). also AEM6.3 might fix this issue.

Views

1.3K

Likes

0

Replies

0
Re: ScrService component remains unsatisfied in AEM 6.2, but was working fine with AEM 6.0 - Adobe Experience Manager 30-06-2017
We got an alternate solution:Using ServiceComponentRuntime Reference instead of ScrService to get the OSGi Component.//Getting component by passing bundle object and component nameserviceComponentRuntime.getComponentDescriptionDTO(bundle, componentName);//Enabling and disabling componentserviceComponentRuntime.enableComponent(component);serviceComponentRuntime.disableComponent(component);

Views

490

Likes

0

Replies

0
Re: Approach for Large User Base validation - Adobe Experience Manager 22-06-2017
Hi,this numbers should not present a problem for AEM, if you have a Publish farm then SCD would be used to sync the users.I'd be more interested to understand the use case, will the users simply be logging into AEM or will their profile be used in some way? By this I mean will you be storing personal details about the user. If you have an existing system managing your user profiles then it would be better to integrate with that, rather than storing details in two places.Regards,Opkar

Views

1.9K

Likes

0

Replies

0
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 25-07-2019
Hi,Correction in this for the curly braces: @Model(adaptables = {Resource.class, SlingHttpServletRequest.class})

Views

12.0K

Likes

0

Replies

0
Re: Reference component using page properties of page where it is included - Adobe Experience Manager 21-06-2017
Thank you all for responding. We have solved this in below way.We changed the reference component code of sling include a little bit by adding a selector to it as below.As we added this selector. We are looking for this selector in our wcm use pojo class. If this selector presents then we are getting the page properties of the page where reference component is dragged and dropped other wise getting the page properties of where the actual component dragged and dropped. String inhetitedProp1 = "";...

Views

1.4K

Likes

0

Replies

0
Re: How to get instance of PageContext ( javax.servlet.jsp.PageContext ) inside Sightly class - Adobe Experience Manager 24-09-2016
Not sure why would you need pageContext,but , I feel you are trying to get instance of some object. do look at https://docs.adobe.com/docs/en/htl/docs/global-objects.html which list default available global objects in sightly

Views

1.4K

Like

1

Replies

0
Re: AEM 6.1 and Hybris 5.7 Integration Issues - Adobe Experience Manager 28-04-2016
HiThe statement in the documentation is still correct. AEM 6.1 is not yet compatible with versions after hybris 5.4.However, this should be available soon, and there will be new pacakges to install and new setup.groovy and base_store.csv files.The documentation will reflect that change once it is ready.

Views

698

Likes

0

Replies

0
Error while trying SSO for Adobe CQ using SAML - Adobe Experience Manager 15-10-2015
I am getting the below error when trying to integrate AEM and SAML. Followed the steps in "http://helpx.adobe.com/experience-manager/kb/saml-demo.html".Configured Shibboleth IDP, Tomcat (App server for IDP), OpenDS (Ldap Server) and configured the AEM as specified in the above URL.When hitting adobe cq login page its showing the below error. Any help will be highly appreciated. 11:42:34.595 - WARN [edu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler:400] - Error decoding auth...

Views

521

Likes

0

Replies

0