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

Naveen_AEM_dev
Naveen_AEM_dev
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
25

Posts

Posts
70

Discussions

Discussions
8

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Naveen_AEM_dev
Customize the badges you want to showcase on your profile
Re: AEM 6.1 Social Communities | Shadow nodes - Adobe Experience Manager 29-02-2016
Thanks Kendall that's precisely what I was looking for!

Views

605

Likes

0

Replies

0
Re: AEM 6.1 MSRP | Searching UGC - Adobe Experience Manager 25-02-2016
I've used the below implementation and querying is working,String query = "parent_id_s:\"" + socialResource.getParent().getPath() + "\"";Iterator searchResults = (Iterator) srp.findResources(this.serviceResourceResolver, query,"MONGOQUERY");

Views

370

Likes

0

Replies

0
Re: AEM 6.1 | Lucene version used in Apache Jackrabbit Oak 1.2.7 - Adobe Experience Manager 19-05-2016
I have done the same.

Views

637

Likes

0

Replies

0
Re: AEM 6.1 | Community components - Polls - Adobe Experience Manager 21-02-2016
hello NaveenWe do not have Polls planned at this point as a feature pack for 6.1 or for the upcoming 6.2 release either. It is a roadmap item for future releses of AEM CommunitiesBest regards

Views

785

Likes

0

Replies

0
Re: AEM 6.1 communities feature pack 3 - Adobe Experience Manager 17-02-2016
The AEM Communities featurepacks are usually available to all AEM Communities customers. The 6.1 featurepack was temporarily removed from packageshare to address an issue that was found after it was posted. A replacement package is being tested right now and should be available publicly very soon.

Views

670

Likes

0

Replies

0
Re: Can I load an external js file in the listener node of a dialog - Adobe Experience Manager 15-02-2016
Hi Please have a look at this post,Link:- http://stackoverflow.com/questions/26192217/how-to-make-textfield-required-using-listenersDialog: Listener JavaScript:MyDialog.setRequired = function(field,value) { var dialog = field.findParentByType("dialog"), email = dialog.getField('./email1'); if('url' == value) { email.allowBlank = true; }else{ email.allowBlank = false; } }; I hope this will help you.Thanks and regardsKautuk Sahni

Views

525

Like

1

Replies

0
Re: Adobe Managed Services | ASRP Infrastructure - Adobe Experience Manager 04-02-2016
Think only the Adobe folks will be able to answer this given that the whole SRP concept has been introduced only in AEM 6.1 - Admin / Moderators / Top contributors, any thoughts?

Views

354

Likes

0

Replies

0
AEM Tomcat cluster - Adobe Experience Manager 29-11-2015
I've deployed AEM as a war in the Tomcat server and setup a cluster of tomcat instances. In the cluster, there are 3 instances of Tomcat with AEM setup where the AEM instances share nothing among them. EachTomcat instance is configured to replicate session data with other cluster nodes using the "DeltaManager" - OOTB Tomcat replication manager. I've also setup an Apache Httpd sever at the webserver tier to balance the load between each of these nodes.My issue is that I'm not able to get the sess...

Views

339

Likes

0

Replies

0
Re: Sightly data-sly-repeat - Adobe Experience Manager 03-11-2015
kautuksahni wrote... Hi Please find below a reference article:- data-sly-repeat With data-sly-repeat you can ‘repeat’ and ele­ment mul­ti­ple times based on the list that is specified. ${item.name} This works the same way as data-sly-list, except that you don’t need a con­tainer element. You can also refer to the ‘item’ for attrib­utes, here an example: ${item.name} Link: http://blogs.adobe.com/experiencedelivers/experience-management/new-sightly-features/ Another article :- Q6). What is data-sl...

Views

4.4K

Likes

0

Replies

0
Re: Broken links in AEM documentation - Adobe Experience Manager 09-11-2015
HiSeems that you were referring to broken links here: https://docs.adobe.com/content/docs/en/aem/6-1/author/communities.html.The broken links have been removed until the pages are available.Once the content is reworked and published, the links will be available again.

Views

516

Likes

0

Replies

0