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

KishCq5
KishCq5
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
2

Posts

Posts
39

Discussions

Discussions
9

Questions

Questions
30

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by KishCq5
Customize the badges you want to showcase on your profile
Sorting in CQ5 Dialog SelectBox Dropdown - Adobe Experience Cloud 15-10-2015
Hi All,We are displaying list of IDs for example 3111111,3333333,3222222,21111111... etc in an dropdown of CQ5 dialog where author choose one and enter content so that the content will be persisted with ID in the jcr content.The issues is how to sort the numbers and display them in ASC/Desc order. I tried with sortDir property of Xtype select and it not sorting the above string values.when i research i found the property will be used to sort only characters.how to sort the above kind of values. ...

Views

1.8K

Likes

0

Replies

0
Sorting in CQ5 Dialog SelectBox Dropdown - Adobe Experience Manager 15-10-2015
Hi All,We are displaying list of IDs for example 3111111,3333333,3222222,21111111... etc in an dropdown of CQ5 dialog where author choose one and enter content so that the content will be persisted with ID in the jcr content.The issues is how to sort the numbers and display them in ASC/Desc order. I tried with sortDir property of Xtype select and it not sorting the above string values.when i research i found the property will be used to sort only characters.how to sort the above kind of values. ...

Views

965

Likes

0

Replies

0
Re: OSGI is not invoking implemented code - Adobe Experience Manager 15-10-2015
HI,first of all, you do not specify which command you want to overlay, therefor your servlet is never picked up. And secondly, the WcmCommands are not supposed to get replaced/overlayed (at least from a coding point of view), as it does not support service rankings.kind regards,Jörg

Views

1.5K

Likes

0

Replies

0
Re: How to Fetch OSGI configurations in Javascript to display in Dialog Filed Value - Adobe Experience Manager 15-10-2015
"How to call an OSGI service" We have many community articles that show how to call OSGI operations. I recommend looking at this article as a starting point. https://helpx.adobe.com/experience-manager/using/first-osgi.html

Views

2.2K

Likes

0

Replies

0
Re: Issue Hybris Importer - "Sling:resourceType" prop not getting generated - Adobe Experience Manager 15-10-2015
Could you try (as a test) to set sling:resourceSuperType instead?

Views

1.5K

Likes

0

Replies

0
Re: AEM 5.6.1 Portlets - Adobe Experience Manager 15-10-2015
We decided to not go that route after spending some considerable time ourselves as well as the AEM engineers.Looks like the portlet component is antiquated and we didn't want to get stuck at some future point with this solution even if we made it to work somehow for now.

Views

1.1K

Likes

0

Replies

0
Re: select/combo widget issue in Multifield dialog - Adobe Experience Manager 15-10-2015
Can you place your app - including the component in a package (as zip file) and send to me at scottm@adobe.com. I want to see your component deployed and all the code. In your email - include community code in the subject line and pls paste the URL to this thread in it.

Views

1.5K

Likes

0

Replies

0
Re: Sorting in CQ5 Dialog SelectBox Dropdown - Adobe Experience Manager 15-10-2015
Write a custom xtype that works with the data. Order the data in an event handler method in the script and then set the data in the drop down. We have a community article that shows how to dynamically work with data in a custom xtype: http://helpx.adobe.com/experience-manager/using/dynamically-updating-aem-custom-xtype.html

Views

1.4K

Likes

0

Replies

0
Re: Rules Include / Exclude - CQ5 Dialog - Adobe Experience Manager 15-10-2015
The best way to achieve this use case is to write a custom xtype. By writing a custom xtype, you can introduce a CQ dialog GUI that is not available out of the box. To learn how to write a custom xtype -- see: http://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html

Views

818

Likes

0

Replies

0
Re: Workflow failing in the second iteration - Adobe Experience Manager 15-10-2015
Hi,I doubt that this hotfix will work for 5.5 as the issue certainly doesn't exist on 5.5. That said i think you can't use the OOTB goto with 5.5. As far as i remember it never worked for us. the GoTo step of 5.6 on the other hand works just fine. Now since we are on 5.6.1 we are using the OOTB GoTo process. I could find a old reference of this class and providing the same here. You may have to change few things here and there. Cheers,Himanshupackage com.acme.dmp.core.workflow; import java.util....

Views

980

Likes

0

Replies

0
Likes from