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

Sagarr
Sagarr
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
11

Discussions

Discussions
4

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sagarr
Customize the badges you want to showcase on your profile
Re: Sessions handling with multiple dispatchers in place - Adobe Experience Manager 16-11-2016
See this doc topic: https://docs.adobe.com/docs/en/aem/6-2/develop/platform/cookie-optout.htmlAlso - we just had a session by experts that talked about large scale architectures among AEM instances that may be very beneficial to you: http://scottsdigitalcommunity.blogspot.ca/2016/09/comparative-architecture-analysis-of.html

Views

1.3K

Likes

0

Replies

0
Re: Using ajax call + Jquery to render data on page - Adobe Experience Manager 11-09-2016
Hi Please refer this the Adobe Helpx article covering most of what you have asked:Link:- https://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html&Link:- https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html I would recommend you to Use some Jquery plugin to Render the JSON data retrieved from AJEX call.Jquery plugins for rendering JSON data are:- http://www.jqueryscript.net/table/jQuery-Plugin-To-Render-Tables-From-JSON-or-JS-Objects-Table-Render...

Views

2.5K

Likes

0

Replies

0
Re: Restrict edit/delete options in author dialog for parsys child components AEM 6.2 - Adobe Experience Manager 24-08-2016
Thank you all for your quick response.Though its not recommended way to achieve this in AEM author instance ,we have requirement like thisAs of now to solve this issue .i have added below code inside XYZ component jsp.If XYZ component property-A = Logged in author Attribute-1 componentContext.setDecorate(true) (show dialog editabr with edit & delete options)Else componentContext.setDecorate(false) (hide dialog editabr with edit & delete options)Please let me know in case if there is any better w...

Views

2.7K

Likes

0

Replies

0
Re: Passing parameters between CQ pages - Adobe Experience Manager 15-10-2015
Ove & smacdonald2008 , Thanks for you replies.I have many pages which have same link and on click this link I will land second page which shows some information passed by the previous page.For Ex: Title and Description of one component which is present in the first page. I am trying to pass them using the request Object but they are not appearing on second page.If I set those properties to Second Page node when I click the link on First Page will it create any problem if number of users accessin...

Views

991

Likes

0

Replies

0
Re: OOTB Login and Userinfo component functionality - Adobe Experience Manager 15-10-2015
You can extend this component to redirect to an AEM page that you want to see. That is one of the more powerful features of AEM. You can modify or extend components using JavaScript and the AEM widget API. For information about the Widget API, see http://dev.day.com/docs/en/cq/5-6/widgets-api/index.html.

Views

622

Likes

0

Replies

0
Re: How to get the login-token created by cq into the component jsp - Adobe Experience Manager 15-10-2015
Its working fine if we are passing one more parameter (resource) to sling logout servlet from userinfo component.final String logoutPath = request.getContextPath() + "/system/sling/logout.html?resource=/content/mysite/../logout-page.html";Regards,Sagar

Views

800

Likes

0

Replies

0
Likes from