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

naniv22657571
naniv22657571
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
4

Posts

Posts
36

Discussions

Discussions
20

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by naniv22657571
Customize the badges you want to showcase on your profile
Re: jcr:mixinTypes property - Adobe Experience Manager 02-05-2022
I faced similar problem while cancelling the inheritance of a component for multiple nodes and following code snippet worked for me -Node node = getNode(String nodepath)node.addMixin("cq:LiveSyncCancelled")node.setProperty("cq:isCancelledForChildren","true",PropertyType.BOOLEAN)session.save(); Note: I executed this on groovyconsole.

Views

284

Likes

0

Replies

0
Re: Rollout Issue with Desing Dilaog while Rollout - Adobe Experience Manager 02-11-2016
How do we get the actually Rollout Code from the aem?When you roll out LiveCopy pages - you can define custom actions located in a custom bundle that is invoked. That is - you can create a custom OSGi bundle that is fired when you perform an action such as activate a livecopy page.

Views

600

Likes

0

Replies

0
Issue with Desing Dilaog while Rollout - Adobe Experience Manager 01-11-2016
Hi All,Facing one issue with design diloag,created footer componnet with desing dialog with links,Created Live Copy and Rollout the page Globla English to Inida English,but local links are not applied.For dialog level it is working fine and links are applied properly when Rollout the page.Would be great help, if some one guide me,Thanks in advance. OrHow do we get the actually Rollout Code from the aem?Atleast tell me which bundle is firing or calling when rollout?really great help if some one a...

Views

391

Likes

0

Replies

0
Re: Read teh Social Media Tweets in to AEM - Adobe Experience Manager 26-10-2016
hello Nani, couple of options:1) you should look at our latest AEM Livefyre technology: http://www.adobe.com/marketing-cloud/enterprise-content-management/ugc-content-platform.html - allows to curate content posted on Social Networks and expose the feeds in AEM via the new Livefyre AEM components. 2) you can embed the various widgets available on developer.facebook.com, developer.twitter.com etc. into your AEM pagesBertrand

Views

872

Like

1

Replies

0
Re: Angular Js with Sighltly - Adobe Experience Manager 26-09-2016
Hi,Some reference article that could be used as a references are:-Link:- http://www.conexiogroup.com/angular-sightly-in-your-aem-project/ [Must Read]// Angular + Sightly in your AEM projectThis article talk about the integration of Angular JS and Sightly in AEM projects. Putting these technologies together allows modularization and to improve the performance of your application, making it easier for the developer to work. Angular JS allows you to create modules in the fronted where you can find ...

Views

502

Likes

0

Replies

0
Re: Drawback of Cq:Page and Cq:PageContent - Adobe Experience Manager 23-09-2016
No disadvantages as such, Query cost matters when using nt;unstructured nodes.

Views

1.1K

Likes

0

Replies

0
Re: Touch UI in AEM 6.2 - Adobe Experience Manager 23-09-2016
The revert-inheritance button changes its behaviour as consitency was needed.This now solely allows resumes inheritance from the next roll-outAs the cancel button only pauses inheritance from the next roll-outNo update of the content is triggered nor on Page, PageProperty or Component levelGhost-Components remain. NOTE: the LiveStatus frames turn green. Indicating that the Page/Component is inheriting.This is not to be confused with the content is the same in Blueprint and LiveCopy The remove me...

Views

1.8K

Likes

0

Replies

0
Re: AEM - Adobe Experience Manager 04-09-2016
Hi if it is AEM, then you can write "Custom Authentication Handler".Link:- https://www.linkedin.com/pulse/creating-custom-authentication-handler-aem-cq5-navin-kaushal Some Old forum post talking about it are:-Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__0whj-hi_need_yoursuggesti.htmlLink:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__rkpw-hi...

Views

601

Likes

0

Replies

0
Re: MSM Help - Adobe Experience Manager 10-09-2016
It's the same, you need to click on the components and select the icon on the action toolbar on the components (the last button on right).I attach here the screen, let me know if you have some other kind of problem.

Views

705

Likes

0

Replies

0
Re: Java Use-AP - Adobe Experience Manager 31-08-2016
As correctly pointed by "Antonio",Java USE-API is faster then JavaScript USE-API. Java Use-APIJavaScript Use-APIProsfastercan be inspected with a debuggereasy to unit-testcan be modified by front-end developersis located within the component, keeping the view logic of a component close to it's corresponding templateConscannot be modified by front-end developersslowerno debugger (yet)harder to unit-testExample use:- Link 1:- https://docs.adobe.com/docs/en/htl/docs/use-api/java.htmlLink 2:- https:...

Views

499

Like

1

Replies

0
Likes from