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

edubey
edubey
Offline

Badges

Badges
41

Accepted Solutions

Accepted Solutions
392

Likes Received

Likes Received
297

Posts

Posts
1502

Discussions

Discussions
307

Questions

Questions
1195

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by edubey
Customize the badges you want to showcase on your profile
Re: Side kick - Adobe Experience Manager 15-10-2015
From what you mentioned this is what I understand:You are have some parsys on your page. To all parsys you want to assign some set of components so that only assigned components can be used inside them.Its possible, to that particular parsys go to design mode and add components you want. and check in the code.Its that simple. We did same for few projects. Let me know if you need any help.

Views

378

Like

1

Replies

0
Re: Connecting AEM to a MySQL DB - Adobe Experience Manager 15-10-2015
Thanks @Xico Junior.Its good and helpfull one

Views

506

Likes

0

Replies

0
Re: Reading meta tag values of an asset - Adobe Experience Manager 15-10-2015
Hi Kirithi,Thanks for confirmation of code, I feel couple of reason for not working of code as getMetadataValue(String name) return string but if you see Dam jcr screenshot their property is stored as String[].This is one helpful link I found : http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam.htmlPlease see screenshots

Views

1.2K

Likes

0

Replies

0
Re: Reading meta tag values of an asset - Adobe Experience Manager 15-10-2015
Attached missing screenshots

Views

1.2K

Likes

0

Replies

0
Re: Reading meta tag values of an asset - Adobe Experience Manager 15-10-2015
No Worries, Please use below code to get things done. Its workings in my AEM.<%@include file="/libs/foundation/global.jsp"%> <% try { Resource r = resourceResolver.getResource("/content/dam/geometrixx/drm/with-drm.jpg"); Asset asset = r.adaptTo(Asset.class); String title; Object[] titleArray = null; Object titleObj = asset.getMetadata("cq:tags"); if (titleObj instanceof Object[]) { titleArray = (Object[]) titleObj; } for(Object ob:titleArray) { String a = ob.toString() ; TagManager tagManager=n...

Views

1.2K

Likes

0

Replies

0
Re: Reading meta tag values of an asset - Adobe Experience Manager 15-10-2015
Hi,Can you please share the code block to get things more clear. May then I could help you better.

Views

1.2K

Likes

0

Replies

0
Re: Module folder creation using eclipse's AEM plugin - Adobe Experience Manager 15-10-2015
Here is one great article by Adobe : http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.htmlUse same maven configuration given.

Views

384

Likes

0

Replies

0
Re: application in AEM - Adobe Experience Manager 15-10-2015
AEM Provides Task Management, Its very simple and provides basic features.You can find this at http://localhost:4502/welcome

Views

410

Likes

0

Replies

0
Re: Not able to call JS fuction from rich text component - Adobe Experience Manager 15-10-2015
Nopes...my function seems to be working fine. Please share couple of more screenshot s

Views

377

Likes

0

Replies

0
Re: Not able to call JS fuction from rich text component - Adobe Experience Manager 15-10-2015
[img]Capture_1.JPG[/img]I have tried to implement same, it seems to be working. Let me if this is not what you are expecting.

Views

371

Likes

0

Replies

0
Likes from