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

Shehjadkhan
Shehjadkhan
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
10

Posts

Posts
72

Discussions

Discussions
7

Questions

Questions
65

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Shehjadkhan
Customize the badges you want to showcase on your profile
Iterating a map in sightly which have custom object as key - Adobe Experience Manager 15-10-2015
Hi All,(Similar issue to mine: http://coderissues.com/questions/31437688/how-to-traverse-a-map-having-keys-of-object-type-using-sightly )I am having tough time iterating a custom map in sightly, previously I have iterated through normal map many type in sightly and it worked perfectly fine.My custom map Map>, As I am using Product as key to my map I have overridden the equals and hashcode method for my product class as below. I am able to iterate the map in normal java class and able to output t...

Views

3.1K

Likes

0

Replies

11
How to make servlet publically available in AEM without login in? - Adobe Experience Manager 15-10-2015
Hi All,I have created a GET path servlet in CQ, with /libs/xyz with url mapping? Now I want to make this publically available to the users coming to my publish server, so that they can hit the servlet without loggin.Currently When I try to access servlet using anonymous user I get redirected to geometrixx homepage, how can I make this servlet accessible to anonymous user?Thanks!

Views

2.0K

Likes

0

Replies

2
Re: Best optimum query for creating reports in AEM? - Adobe Experience Manager 15-10-2015
Thanks Smac and Maruthid, I would go through the documents links provided by you guys and try to understand which apporoach would be better for my use case

Views

662

Likes

0

Replies

0
Best optimum query for creating reports in AEM? - Adobe Experience Manager 15-10-2015
Hi All,I want to create a custom report something like OOTB component report of AEM. I was thinking of what logic I should implement to get all data related to the report. One simplest way would be to use NodeIterator and traverse through node and read related property, but i feel this would be really inefficient approach (performance issue may occur). Can you guys suggest any better approach to this problem? Should I use SQL query to get desired results or should I use Query Builder API, which ...

Views

1.6K

Likes

0

Replies

4
How to call <cq:setContentBundle> tags for sightly component with basename attribute - Adobe Experience Manager 15-10-2015
Hi All,In our implementation we wanted values for i18n node would only be picked from i18n folder which is present inside our apps folder. For achieving this we have added basename attribute to content bundle tag call. (in our global.jsp) . This approach I got from this forum lin http://www.wemblog.com/2011/12/how-to-use-multi-language-translation.html in comments section.How can we do the same for sightly components?Thanks!Shehjad

Views

798

Likes

0

Replies

1
Re: Getting suffixs like /0000189.3.json - Adobe Experience Manager 15-10-2015
Hi Praveen,We have not done any customization to content finder.Thanks!Shehjad

Views

283

Likes

0

Replies

0
Re: Getting suffixs like /0000189.3.json - Adobe Experience Manager 15-10-2015
Also I have observed that this extra 3.json call only gets called only when we have cf# in the url.Thus while loading the content finder frame it is making these calls. I really wish if there was a way to restrict these calls.

Views

281

Likes

0

Replies

0
Getting suffixs like /0000189.3.json - Adobe Experience Manager 15-10-2015
Hi All,I am building a component which reads suffix from url and then use that as input for component.So when we have a url like this /content/virtual-sites/baseStore/catalog/en/secure/order-summary.html/00001114It is making so many below request. Problem is now that when the page loads and to read suffix i request.getRequestPathInfo().getSuffix() return /00001114.3.json and thus in my code I have to put ugly check and parse it to a proper value.Looking at below logs I get idea it is happening b...

Views

813

Likes

2

Replies

6
Supported Hybris version by AEM - Adobe Experience Manager 15-10-2015
Hi All,I have been following this technical document (http://docs.adobe.com/docs/en/cq/5-6-1/ecommerce/eCommerce-hybris.html), I don't see documentation for AEM 6.0. As per the document which is for AEM 5.6.1AEM only supports Hybris 5.0 and does not support Hybris 5.1 is this the same case with AEM 6.0 also? Thanks!Shehjad

Views

508

Likes

0

Replies

2
Re: Export AEM users as Salesforce Leads - Adobe Experience Manager 15-10-2015
Hi Vivek,Thank you for your reply. I am able to debug and root cause this issue. When we click on "Connect to Salesforce" button in cloud confifguration AEM calls this js file /libs/mcm/salesforce/widgets/cloudservices-workflow-widgets/js/restAPI.js, which internally calls a servlet(/libs/mcm/salesforce/customer) inside which POST request are made for getting access_token and refresh token. By following the Adobe documentation my connection was failing everytime and was getting the same error as...

Views

263

Likes

0

Replies

0
Likes from