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

vdhim23
vdhim23
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
1

Posts

Posts
135

Discussions

Discussions
17

Questions

Questions
118

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vdhim23
Customize the badges you want to showcase on your profile
Re: Access Inner Class Variables In Sightly - Adobe Experience Manager 20-04-2019
Issue solved, changed the access specifier of inner class.

Views

1.6K

Likes

0

Replies

0
Re: Access Inner Class Variables In Sightly - Adobe Experience Manager 20-04-2019
Hi,I can achieve my use-case in other way also but curious to know whether we can access inner class variables via object of outer class in sightly.

Views

1.6K

Likes

0

Replies

1
Access Inner Class Variables In Sightly - Adobe Experience Manager 20-04-2019
Hi,I am trying to access inner class properties using data-sly-list as below but it shows me there are 3 objects but not sure how to print the values of objects. I tried with . operator but nothing is visible. # ${nav.filterName} Snippet of sling model :@Model(adaptables = Resource.class)public class TabSubItem {// Populating CTA private class CTA { private String filterName; private String filterImage; public String getFilterName() { return filterName; } public void setFilterName(String filt...

Views

2.0K

Likes

0

Replies

4
DataSource Servlet For Dynamic Drop Down - Adobe Experience Manager 25-02-2019
Hi,I am using granite select resourceType to populate list of options. My servlet is written in a way which render different list based upon different parameter.Below is the sample servlet@SlingServlet(paths = "/api/bin/dropdown/vivek.json", selectors = {"abc","def"}, extensions = ".html", methods = "GET")public class AvailableThemeServlets extends SlingSafeMethodsServlet { private static final long serialVersionUID = 1668099305241096740L; @Override protected void doGet(SlingHttpServletRequest r...

Views

1.3K

Likes

0

Replies

2
Re: Null Pointer Exception in PredicateGroup - Adobe Experience Manager 03-01-2019
This is solved, session object was null which caused this exception.

Views

870

Likes

0

Replies

0
Null Pointer Exception in PredicateGroup - Adobe Experience Manager 03-01-2019
Hi,I am trying to evaluate a query in AEM. This query return the result while executing in querybuilder tool : LinkDuring execution in code, I am getting NPE. Here is the map printed in logs :Map is {path=/content/dam, p.limit=-1, group.3_group.property.operation=exists, group.2_daterange.upperBound=2018-07-03, group.1_daterange.property=@jcr:content/jcr:lastModified, group.1_daterange.upperBound=2018-07-03, group.2_daterange.property=@jcr:content/cq:lastReplicated, group.3_group.property=@jcr:c...

Views

974

Likes

0

Replies

1
Missing Maven Content Plugin - Adobe Experience Manager 22-11-2018
Hi,In the codebase when I am trying to execute command as : mvn clean install . All my module successfully build.I am getting below error while executing -PautoInstallPackage . Below is the error [INFO] Scanning for projects...[WARNING] The POM for com.day.jcr.vault:content-package-maven-plugin:jar:0.0.24 is missing, no dependency information available[ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] Unresolveable build extension: Plugin com.day.jcr.vault:content-p...

Views

612

Likes

0

Replies

1
Unable To Get Implicit Objects In WCMPojo - Adobe Experience Manager 17-11-2018
I am using a component where there is need of dynamic dropdown. The options are configured in the page properties. But I am unable to get currentPage Object in datasource.html file. Below is the structure of my component.And datasource calling the wcmpojo class. Below in the flow.datasource.html HtlDatasourceExample is getting call and returning correct response if values are hardcoded.Issue is unable to get sling objects in HtlDatasourceExample such as currentPage.Thanks

Views

567

Likes

0

Replies

1
Dynamic Drop down Issue - Adobe Experience Manager 17-11-2018
Hi,I am having datasource.jsp file same as in this article. https://helpx.adobe.com/experience-manager/using/creating-granite-datasource.htmlAs per my requirement I need to do customization on top of that. To do so, I need variable such as currentNode or currentPage. I am getting below behavior while using below jsp.out.println(resource.getPath()); gives result/mnt/override/apps/vwpoc/components/content/tabcontent/cq:dialog/content/items/tab1/items/column/items/tabbedcontent/field/items/column/i...

Views

586

Likes

0

Replies

1
Unable to find resources in Asset Finder - Adobe Experience Manager 12-10-2018
Hi,I was looking to customize the asset finder in aem 6.4. I was using the below path to look over existing fields used in asset find but unable to find these. Path which is am using in my search is /libs/cq/gui/components/authoring/assetfinderCan someone tell me from where below highlighted section are rendering. Moreover how to add some custom action in that.Thanks

Views

531

Likes

0

Replies

1
Likes given to
Likes from