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
Re: How to join text inside objects using sightly. - Adobe Experience Manager 15-10-2015
Hi Feike,data-tags="${linkList.tags @join=', '}" does not work . I have attached the java class (Which I have modified but I am doing lot more stuff in the real file) and .html code also.In my dialog I am using a simple tag field. My .html code looks like.Test code.This is my expected output Test codeBut I don't like using properties['cq:tags'] for join operation rather I would like to derive it from my linkList object, as now in my .html code I am reading values from 2 different source one is p...

Views

1.7K

Likes

0

Replies

0
Re: How to join text inside objects using sightly. - Adobe Experience Manager 15-10-2015
Hi Feike,Thank you for your quick reply. I think my question is not that clear so adding more code level detail.I have created a java class LinkList.java in which extends WCMUse and below two things I am exposing back to my .html code private transient List links = new ArrayList(); private transient Tag[] tags;Using use I am calling this java class from my .html fileI want to add a data-tags to my div like data-tags="properties:orientation, properties:style".Ideally from data consistency point o...

Views

1.7K

Likes

0

Replies

0
How to join text inside objects using sightly. - Adobe Experience Manager 15-10-2015
Hi All,Just wanted to check what is best practise to join strings which are in java object.Now the linkList object have a Tag array in linkList.tags object, but I cannot use the linkList.tags object with join.I don't want to use the ${properties['cq:tags']} here I wanted to get it from our object and use it. what is the best way of doing it ?Thanks!Shehjad

Views

3.5K

Likes

2

Replies

9
How to use Sling 2.0 taglib feature in sightly - Adobe Experience Manager 15-10-2015
Hi All,We want to move to Sightly in our current AEM application. Is there a way I can use features provided by Sling 2.0 Taglib (http://sling.apache.org/documentation/bundles/sling-scripting-jsp-taglib.html ) inside my .html files?Thanks!Shehjad

Views

1.3K

Likes

0

Replies

6
Re: Move page functionality from siteadmin not updating links - Adobe Experience Manager 15-10-2015
Hi Jorg,We are currently using AEM 6.0 with SP1 and soon would be deploying SP2. Above testing I have done on AEM 6.0 + SP1.Thanks and Regards,Shehjad

Views

223

Likes

0

Replies

0
Re: Move page functionality from siteadmin not updating links - Adobe Experience Manager 15-10-2015
Hi Scott,Thank you for reply, I am using AEM 6.0 with SP1 still this does not work or may be I am doing something silly.Any idea, link which you shared talks about CQ 5.5.Thanks!Shehjad

Views

216

Likes

0

Replies

0
Re: Move page functionality from siteadmin not updating links - Adobe Experience Manager 15-10-2015
Hi Hoh,To be more detailed this is what I am doing for testing move functionality.I created a page called parent at path say /content/mysite/parentI create 2 child pages to parent say child1 and child2. so their path is /content/mysite/parent/child1 and /content/mysite/parent/child2 respectively.On child2 page I drag and drop text image component and give the path of child1 as link.I go to siteadmin console and move the parent page to parent1 thus the new path of parent page is /content/mysite/p...

Views

216

Likes

0

Replies

0
Move page functionality from siteadmin not updating links - Adobe Experience Manager 15-10-2015
Hi All,I am trying to rename my language content node from UK to GB. I am using the move functionality provided by AEM, problem is now that all the previously authored content is broken as still the links chosen from pathfield are pointing to previous link having uk in their path. Is this an expected behaviour, or I am doing something wrong. Thanks!Shehjad

Views

624

Likes

0

Replies

6
Best practices for making AJAX request in AEM and not exposing whole content structure - Adobe Experience Manager 15-10-2015
Hi All,In our project we are implementing GET AJAX request to hit servlet and pull down some search result on the basis of user selection. Problem which we are facing is that to my servlet I wish to pass on a search root path (Path under which I would like my query to search and as not providing any path predicate would make search very inefficient). Author should be able to provide the search root path from the edit dialog.To achieve this I have come up with 2 solution, even though both of them...

Views

985

Likes

0

Replies

1
Re: Optimized Query Builder query for getting search result count for each facet. - Adobe Experience Manager 15-10-2015
Hi All,I have made is working and now I think I got some understanding how it can be done. Earlier for forming my Query Builder query I was creating a hashmap and then was using query = queryBuilder.createQuery(PredicateGroup.create(PredicateParamMap), session); This somehow was not able to detect tags as facets. Now I have changed my code and using predicate group as below:-SearchResult resultNew = null; // PredicateGroup group = new PredicateGroup(); // group.add(new Predicate("tags", "tagid")...

Views

387

Likes

0

Replies

0
Likes from