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
How to browse nt:unstructured node in a path field - Adobe Experience Manager 01-11-2015
Hi All,I want to give author ability to author to choose a nt:unstructured node in my path field, is there any property on this xtype which i can add to make this happen.Thanks!Shehjad

Views

725

Likes

0

Replies

5
Language manager API not picking de and fr as language root page - Adobe Experience Manager 15-10-2015
Hi All,I require to find root of my site for which is my language page. For that I am using language manager API provided by AEM. Very weirdly it does not picks node name with de and fr as language root. But if i change the language node from de to de_DE and fr to fr_FR it start picking that as language root. Also it works perfectly fine for en node, does not require me to rename node like en_US.I have referred to http://docs.adobe.com/docs/en/cq/5-6-1/administering/multi_site_manager.html#Chang...

Views

213

Likes

0

Replies

0
Re: How to get suffix on click of sidekick button - Adobe Experience Manager 15-10-2015
Hi Praveen,My actual URL is like /content/site/en/products.html/item-12 . Where item-12 is code of my product.But we also want to apply etc mapping on this and thus it might render on browser like /products.item-12.html. I want to write a code to get my product code on click of button in such a way that it works both with mapping and without mapping.Thanks!Shehjad

Views

147

Likes

0

Replies

0
How to get suffix on click of sidekick button - Adobe Experience Manager 15-10-2015
Hi All,I am trying to add custom action to sidekick, for which I want to get the url suffix. Any idea how this can be done.Also will this work when we have some etc mapping for our urls?Thanks!Shehjad

Views

242

Likes

0

Replies

3
Re: How to get resource resolver in replication preprocessor - Adobe Experience Manager 15-10-2015
Hey Praveen,Thank you I was missing the felix configuration. I am using AEM 6.0 Sp2.Thanks again for your quick and accurate reply.Regards,Shehjad

Views

242

Likes

0

Replies

0
How to get resource resolver in replication preprocessor - Adobe Experience Manager 15-10-2015
Hi All,I am trying to create replication preprocessor, which will restrict particular types of template from been replicated. For this I want to check the resource type of page been replicated and I need resource resolver object for it. I wanted to avoid resourceResolverFactory.getAdministrativeResourceResolver(null); rather use param.put(ResourceResolverFactory.SUBSERVICE, "readService"); but it is throwing a login exception any idea how to get resource using subservice? @Reference private tran...

Views

371

Like

1

Replies

2
How to modify the existing query object to add more predicates, which I have loaded from store path - Adobe Experience Cloud 15-10-2015
Hi All,In my application I have created a custom component something similar to list component where I allow authors to add a query builder syntax query and pull result on basis of it. I am taking this whole query from my dialog and then loading this query using below code. query = queryBuilder.loadQuery(getCurrentResource().getPath() + "/" + "customQuery", session);The above code works perfectly fine, but now I want to enhance my component filter the result on the basis of page property tags al...

Views

256

Likes

0

Replies

0
How to modify the existing query object to add more predicates, which I have loaded from store path - Adobe Experience Manager 15-10-2015
Hi All,In my application I have created a custom component something similar to list component where I allow authors to add a query builder syntax query and pull result on basis of it. I am taking this whole query from my dialog and then loading this query using below code. query = queryBuilder.loadQuery(getCurrentResource().getPath() + "/" + "customQuery", session);The above code works perfectly fine, but now I want to enhance my component filter the result on the basis of page property tags al...

Views

218

Likes

0

Replies

0
Querybuilder Search not able to find nested component - Adobe Experience Manager 15-10-2015
Hi All,Currently I have this kind of layout. Inside one parsys we have one column control, inside column control we have one more column control in which I have put a text image component.When I put the component inside the nested column control it is not able to search it, if I put the same component inside column control which is just inside parsys then it shows up. Is there a way to make the querybuilder search more deeper?I have seen the documentation for query builder and it talks about p.n...

Views

692

Likes

0

Replies

2
Re: Iterating a map in sightly which have custom object as key - Adobe Experience Manager 15-10-2015
Hi All,I was able to make it work, I just need to use entrySet. Below is the code div data-sly-list.cartItemsEntrySet="${shoppingCart.cartItems.entrySet}" data-sly-unwrap> ${cartItemsEntrySet.key.productCode} Thanks!Shehjad

Views

802

Likes

0

Replies

0
Likes from