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

Naveen_AEM_dev
Naveen_AEM_dev
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
25

Posts

Posts
70

Discussions

Discussions
8

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Naveen_AEM_dev
Customize the badges you want to showcase on your profile
Re: Sightly data-sly-repeat - Adobe Experience Manager 03-11-2015
kautuksahni wrote... Hi Please find below a reference article:- data-sly-repeat With data-sly-repeat you can ‘repeat’ and ele­ment mul­ti­ple times based on the list that is specified. ${item.name} This works the same way as data-sly-list, except that you don’t need a con­tainer element. You can also refer to the ‘item’ for attrib­utes, here an example: ${item.name} Link: http://blogs.adobe.com/experiencedelivers/experience-management/new-sightly-features/ Another article :- Q6). What is data-sl...

Views

4.4K

Likes

0

Replies

0
Sightly data-sly-repeat - Adobe Experience Manager 01-11-2015
Can someone help me understand the difference between the data-sly-list and data-sly-repeat sightly tags and scenarios in which each one can be used?

Views

11.2K

Likes

3

Replies

3
Broken links in AEM documentation - Adobe Experience Manager 01-11-2015
Time and again I've come across broken links in the Adobe docs.Is there any place I can report this so that it can be fixed? I tried tweeting the links to @AEMdocs and also some of the senior AEM engg members but there was no response.

Views

711

Likes

0

Replies

4
Node Types and possible property values - Adobe Experience Manager Forms 15-10-2015
General Query - Is there any way to determine all the possible properties that are allowed for a specific jcr:PrimaryType node in AEM?For instance, all the possible properties under cq:componentAppreciate any help provided. Thanks!

Views

485

Likes

0

Replies

1
Re: How to Create Menu Compoents in Adobe CQ5? - Adobe Experience Manager 15-10-2015
Hi Narasimha,Please check out the top nav component already available in the geometrixx demo site,content page - http://localhost:4502/content/geometrixx/en.htmlcomponent loc - /apps/geometrixx/components/topnav/topnavHope this helps.

Views

456

Likes

0

Replies

0
Creating the component xml - Run modes - Adobe Experience Manager 15-10-2015
I've created an OSGI component to be used in my application. I also want to control the values in the component using run modes.I would like to know how to create the xml representation of the OSGI component that is placed in the JCR inside specific run mode folders.As soon as the component is activated there is a file created under /apps/system/config but this is not an xml representation.Where can I get the xml version of the component or is there any way to create the xml representation of th...

Views

410

Likes

0

Replies

1
Re: autocomplete in JSP - CQ on eclipse - Adobe Experience Manager 15-10-2015
Worked like magic! Thanks mate.

Views

1.3K

Likes

0

Replies

0
Re: Can a column in the damadmin (title) be made readonly? - Adobe Experience Manager 15-10-2015
Hi,If I understand your problem right, you want to make the title field in the dam asset editor uneditable.This can be done by extending the form items in the asset editor (inside /libs/dam/content/asseteditors) and setting additional properties / even adding additional form elements to the current collection.To do this, follow the below steps,Create a folder 'dam' under "/apps" of the type nt:folder.Create a folder 'content' under "/apps/dam" of the type sling:FolderCreate a folder 'asseteditio...

Views

375

Likes

0

Replies

0
Re: workflow always in RUNNING state even though the workflow process finishes - Adobe Experience Manager 15-10-2015
Looks like your workflow is not able to advance from the custom "process step" to the "Flow end" step.You need to check the "Handler advance" value in the Process tab of the Process step. If the check box is ticked then the workflow will automatically move to the next step else you need to handle this programatically in your process implementation. Looks like you haven't done either.Attached image also.Hope this helps!

Views

1.6K

Likes

2

Replies

0
Re: Sling Mappings - Adobe Experience Manager 15-10-2015
You need to add a few resource resolver mapping rules in the "Apache Sling Resource Resolver" configuration manager in the felix console. Your requirement will be resolved by using the below rules,/stringtohide/select-a-country.html>/select-a-country.html/stringtohide/select-a-country.html/privacy.html/stringonetohide/stringtwotohide/privacy.html

Views

318

Likes

0

Replies

0