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
How to get the value from the custom widget in custom workflow step? - Adobe Experience Manager 15-10-2015
Hi All,I am creating the custom workflow for activate/ Deactivte later workflow.so i have created a custom workflow step, which added datetime widget to get the value from the author.Now authors can select the date and time from the widget, but the value is not save in workflow metadata node.could you please tell me how to save the value in metadata? in additioni have added NAME property in the dialog still the value is not save in metadata nodethanks in advance!!!

Views

570

Likes

0

Replies

2
Asset reference - Adobe Experience Manager 15-10-2015
Hi,I am trying to find the asset reference, (ie) which all the pages using the particular asset.My requirement is:once i delete the asset from the DAM, it has to delete the asset link from the reference page as well.So i found the API called: AssetReferenceResolverand the method: getReferences()i have written the below code but its shows "Method is not resolved"Below is the code:<%String path="/content/dam/sample/banner-retro.png"; AssetReferenceResolver assetRef = new AssetReferenceResolver(); ...

Views

412

Likes

0

Replies

1
How to arrange the Tags in alphabetical order? - Adobe Experience Manager 15-10-2015
Hi All,I want arrange all the tags in alphabetical order. i couldnt find any methods to arrange.Could you please help me how to proceed?i am using " Adobe Experience Manager, Version 5.6.1"

Views

660

Likes

0

Replies

1
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
How to get the page status as modified in programaticaly?(Siteadmin) - Adobe Experience Manager 15-10-2015
Hi All,Is there any way to get the page status as modified which is displayed on siteadmin (Modified indicator) by programticaly?.Thanks,Mike

Views

655

Likes

0

Replies

2
RTE Ok and Cancel button hides - Adobe Experience Manager 15-10-2015
In some time RTE components OKand CANCEL button hides.My code doesnt have JS errors too.please give me suggestions, how to proceed Thanks!Mike

Views

191

Likes

0

Replies

1
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
Re: Event handler in CQ5 - Adobe Experience Manager 15-10-2015
Hi Scott,Thanks for your replay.i have refered the below Site.http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/04/event_handling_incq.htmlRegards,Mike

Views

360

Likes

0

Replies

0
Re: Event handler in CQ5 - Adobe Experience Manager 15-10-2015
Hi Lee,Thanks a lot for ur quick response.Regards,Mike

Views

362

Likes

0

Replies

0
Event handler in CQ5 - Adobe Experience Manager 15-10-2015
Hi,My requirement is whenever i create a new page CQ has to add the new property.so i prefered Even handlers and followed the below code.The problem is i dont know weather the code is running?i have checked the console i didn't get any log as well.could anyone please help me and explain how event handlers running in CQ? @Component public class ExampleObservation implements EventListener { Logger log = LoggerFactory.getLogger(this.getClass()); private Session adminSession; @Reference SlingReposit...

Views

941

Like

1

Replies

6