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

sathya_prakasha
sathya_prakasha
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
24

Posts

Posts
105

Discussions

Discussions
23

Questions

Questions
82

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sathya_prakasha
Customize the badges you want to showcase on your profile
google recaptcha - Adobe Experience Cloud 15-11-2019
Hi Team,Is it possible to use adaptive recaptcha in normal form or need to create a recatcha component and use it in our formsRegards,Sathya

Views

1.3K

Likes

0

Replies

1
Re: Editable Template - Retrieve component dialog value - Adobe Experience Manager 03-11-2019
Hi Arun,Thanks for your reply !Component values are stored under editable template :/conf/AEMLearning64/settings/wcm/templates/testing-template/structure/jcr:content/root/navigationI am getting a null value in contentPolicy object if i try to pass resource or currentPage.getContentResourceRegards,Sathya

Views

3.8K

Like

1

Replies

0
Editable Template - Retrieve component dialog value - Adobe Experience Manager 01-11-2019
Hi All,I would like to get a component dialog value from editable template ..how to get it? Component : /conf/AEMLearning64/settings/wcm/templates/testing-template/structure/jcr:content/root/navigationBelow code : ContentPolicyManager contentPolicyManager = getResourceResolver().adaptTo(ContentPolicyManager.class);if(contentPolicyManager !=null) {ContentPolicy contentPolicy = contentPolicyManager.getPolicy(getCurrentpage().getContentResource()); // or resource if(contentPolicy != null) {navigati...

Views

3.9K

Likes

0

Replies

4
error in widgets.js when trying to edit a component - AEM 6.1 - Adobe Experience Manager 22-09-2019
The issue occurs when I'm adding extra drop-down in the dialog fieldset. /apps/MySite/components/HelloWorld/dialog.overlay.infinity.json - showing as an array instead of JSONThe problem appears because the snippet variable is not an object but an array.This type of response is not handled by the widget.js and getting failed at below condition. if (snippet.xtype.indexOf("dialog") != -1 || snippet.xtype.indexOf("wizard") != -1) { dialogConfig = snippet; }Could anyone share your insights on this??

Views

984

Likes

0

Replies

1
Scheduler disable - Adobe Experience Manager 24-04-2019
Hi,Please let me know the best way to disable or stop the scheduler in aem? is there any default expression is available or we need to go for custom implementation ? like scheduler.enbaled = false?

Views

1.1K

Likes

2

Replies

1
Re: MAVEN Archtype 15 Issue with AEM 6.4.3 - Adobe Experience Cloud 01-04-2019
Hi Kiran,Its not working ... If I put export package - com.adobe.aem.guides.wknd.core.* , its working ..any pointers here? i javax.inject;version=0.0.0,* com.adobe.aem.guides.wknd.core.* --> com.adobe.aem.guides.aem-guides-wknd.core com.adobe.aem.guides.wknd.core

Views

1.6K

Like

1

Replies

0
MAVEN Archtype 15 Issue with AEM 6.4.3 - Adobe Experience Cloud 29-03-2019
Hi Team, I have created maven project and deployed the same into my local server. I have created a new package under core bundle just say(com.example.myOrg) and created a some couple of java classes . I am getting an error as "com.example.myOrg.*. cannot be resolved to a type" when I am using those java class in my component.The same java classes are working fine if i moved the classes into other packages which was created by maven intially. The issue is with newly created package alone.* Bundle...

Views

2.3K

Like

1

Replies

3
Re: system user - Adobe Experience Manager 29-03-2019
Sorry..its my bad...ResourceResolver resourceResolver = resourceResolverFactory.getServiceResourceResolver(param);Its working now...

Views

1.8K

Likes

2

Replies

0
Re: system user - Adobe Experience Manager 29-03-2019
package com.adobe.aem.guides.wknd.core.impl;import java.util.HashMap;import java.util.Map;import javax.jcr.Node;import javax.jcr.RepositoryException;import javax.jcr.Session;import javax.jcr.ValueFormatException;import javax.jcr.lock.LockException;import javax.jcr.nodetype.ConstraintViolationException;import javax.jcr.version.VersionException;import org.apache.sling.api.resource.LoginException;import org.apache.sling.api.resource.Resource;import org.apache.sling.api.resource.ResourceResolver;imp...

Views

1.6K

Like

1

Replies

0
Re: system user - Adobe Experience Manager 29-03-2019
Hi Yadav,I am using the same line of code in both the classes . Only difference is usertest is a servlet class and SearchService is a normal java class and calling a addproperty() method from slightly.Map param = new HashMap<>();param.put(ResourceResolverFactory.SUBSERVICE,"systemUser");ResourceResolver resourceResolver = null;try {resourceResolver = resourceResolverFactory.getResourceResolver(param);log.info(resourceResolver.getUserID());

Views

1.7K

Like

1

Replies

0
Likes from