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

mikezooz
mikezooz
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
18

Posts

Posts
75

Discussions

Discussions
10

Questions

Questions
65

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikezooz
Customize the badges you want to showcase on your profile
Re: How to arrange the Tags in alphabetical order? - Adobe Experience Manager 15-10-2015
Use the TAG APIhttp://docs.adobe.com/docs/en/cq/current/javadoc/com/day/cq/tagging/Tag.htmlwrite a service to get them all and order them in a collection. Look at this community article - it covers some good information about tags:http://dev.day.com/content/ddc/blog/2009/04/cq5tags.htmlhttp://dev.day.com/docs/en/cq/current/developing/tagging.html#Overview%20of%20the%20Tagging%20API

Views

404

Likes

0

Replies

0
Re: How to get the page status as modified in programaticaly?(Siteadmin) - Adobe Experience Manager 15-10-2015
Mshajiahmed wrote... Blue icon in the modified column shows that a page has been modified since last activation and lists the date of modification. Page must be activated again to be published to the web. You can do this by comparing the last published date with last modified date on page properties. If modified date is greater than last published date then you have this status as blue. Thanks!

Views

399

Likes

0

Replies

0
Re: RTE Ok and Cancel button hides - Adobe Experience Manager 15-10-2015
Are you referring to out of the box components or custom ones that you built. Anyhow look at the Hero component for guidelines. You can download it:https://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

Views

177

Likes

0

Replies

0
Re: Event handler in CQ5 - Adobe Experience Manager 15-10-2015
Hi Jorg,Thanks a lot for your reply. its really helpful for me.Regards,Mike

Views

367

Likes

0

Replies

0
Tag removal workflow - Adobe Experience Manager 15-10-2015
Hi All,My requirement is while i remove the tag, it has to deactivate and delete the current tag.i have tried to write the workflow for the requirement, i dont find the event for Tag Removal.could you please help me, how to proceed.Bunch of thanks!!Mike

Views

83

Likes

0

Replies

0
Re: Page Activation Workflow - Adobe Experience Manager 15-10-2015
Scott Brodersen wrote... michaelvino86 wrote... Hi KapilDev. We have a JSON service which provides the list of asset available on the page as JSON data. Then you have to create workflow in that u have to make a HTTP Client call to the below service and read the path in JSON result and activate both the assets and page using replication API. http://localhost:4502/libs/wcm/core/content/reference.json?path=pagepath Regards, Mike Similarly, page information providers might be interesting to you: htt...

Views

675

Like

1

Replies

0
Re: RTE component not loading properly - Adobe Experience Manager 15-10-2015
bsloki wrote... check if there are any JS errors Hi Thanks for the reply. There is no JS error

Views

89

Likes

0

Replies

0
Re: How to integrate HTML5 player (videojs) into adobe CQ5 - Adobe Experience Manager 15-10-2015
For your convenience:Client libraries docs: http://dev.day.com/docs/en/cq/current/developing/components/clientlibs.htmlComponents docs: http://dev.day.com/docs/en/cq/current/developing/components.htmlscott

Views

155

Likes

0

Replies

0
Re: How to find the atcivated version among all the version in RestoreVersion tab on sidekick? - Adobe Experience Manager 15-10-2015
I don't believe there is an easy way to determine the status you are looking for. The problem is that there isn't a single field that would indicate which version is the currently activated version. You looking for the version where cq:lastReplicated was changed - which means you have to looking back at previous version so you know it changed (i.e, version 3 is the version that is active - you would have to compare version 3 to version 2 so you knew cq:lastReplicated had changed). I don't know t...

Views

358

Likes

0

Replies

0
Re: Array Null Property - Adobe Experience Manager 15-10-2015
You should check the length of the val array before reading properties from it. In this case, it would seem to be an empty array, so reading the 0 index produces that ArrayIndexOutOfBoundsException.

Views

120

Likes

0

Replies

0