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
Sessions handling with multiple dispatchers in place - Adobe Experience Manager 15-11-2016
Hi,In our project we are maintaining some data in httpsession as per some requirements. Now we are facing session issues while moving the project to Qual environment.We have multiple dispatchers and each one pointing to different publisher (one to one) in Qual environment and routing is happening in round robin fashion at load balancer level. When request is served by one of the server which is setting some data in session and in the subsequent request we are loosing the session data if the next...

Views

1.9K

Likes

0

Replies

3
Using ajax call + Jquery to render data on page - Adobe Experience Manager 11-09-2016
Hi,We are making one ajax call to retrieve the data from back-end (response in json format).Flow is as below : 1) Js which has ajax call is included in one of the page component jsp.(this ajax function will be called on page load)2) This ajax call makes Post call to AEM servlethtml tags3) AEM servlet gets the data from another system by making http connection (response data is in json format)4) AEM servlet passes json back to ajax call and in ajax call success method we are reading the json and ...

Views

7.5K

Likes

0

Replies

1
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: Restrict edit/delete options in author dialog for parsys child components AEM 6.2 - Adobe Experience Manager 24-08-2016
Our requirement is different. We dont want to restrict the components authoring capabilities using ACL permissions. We want this to happen on the fly by having below check.If XYZ component property-A = Logged in author Attribute-1 (Show component with edit options) Else XYZ component property-A = Logged in author Attribute-1 (Show component without edit options)

Views

2.7K

Likes

0

Replies

1
Restrict edit/delete options in author dialog for parsys child components AEM 6.2 - Adobe Experience Manager 24-08-2016
Hi,We have below use case in our project.1) There will be multiple instances of a custom component (name:XZY) created under parsys component in a page in author instance.2) XYZ contains 3 properties (property-A , property-B,property-C) .3) Multiple authors can access this page and should be able to see all the XYZ component instances created within this pasrsys4) But those authors should be restricted with option to edit only few instances of XYZ component but not all.5) The restriction is based...

Views

4.0K

Likes

0

Replies

5
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
Passing parameters between CQ pages - Adobe Experience Manager 15-10-2015
Hi,I have created 2 pages in CQ using different templates. I have a link in first page on click of which I will land on second Page (using in first page).Now I want to pass some parameters (either in map or list) from first page to second page.Kindly let me know what is the best way to pass information between pages (through request , session or cookies?).Thanks in Advance. Regards,Sagar

Views

1.7K

Like

1

Replies

3
OOTB Login and Userinfo component functionality - Adobe Experience Manager 15-10-2015
Hi,We have login page requirement for our site .We are using out-of-the-box login and userinfo components (foundation components) by moving them to /apps//components. In publish server if I give wrong credentials in our site login page its redirecting me to "/content/geometrixx-outdoors/en.html" page and showing "Invalid_User" message in that page. Our expectation is that if we provide wrong credentials it should stay in same page and show error message without going to "geometrixx" default page...

Views

794

Likes

0

Replies

1
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
Re: How to get the login-token created by cq into the component jsp - Adobe Experience Manager 15-10-2015
Thanks for the reply Pawan.Even we started writing the custom servlet for this by passing the redirection URL from our component.We got a sample code when we goggled for sample implementor class for Sling Authenticator interface but its has some complex logic (some sling API) in "login" and "logout" methods. We are not sure whether its a best way to overwrite that logic again in our custom class or not. (We want to go with this option in worst case).Other than trying with custom servlet is there...

Views

868

Likes

0

Replies

0
Likes from