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 read the count of components? - Adobe Experience Manager 17-02-2016
Adding to Lokesh's comment. Please find below the community articles for using JCR APILink:- https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html (Querying Adobe Experience Manager Data using the JCR API)Link:- https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html (Programmatically Accessing Adobe CQ Content using the JCR API) Thanks and RegardsKautuk Sahnia

Views

1.8K

Likes

0

Replies

0
Re: Is that possible to apply two CSS for text component? - Adobe Experience Manager 20-10-2015
<%@include file="/libs/foundation/global.jsp"%> <%@ page import=" com.day.cq.wcm.api.WCMMode" %> <% (WCMMode.fromRequest(request) == WCMMode.EDIT) { %> <%}else if(WCMMode.fromRequest(request) == WCMMode.DISABLED){%> <%out.print("preview");}%>This should work, DISABLED is the we have for publish, see details @ https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/wcm/api/WCMMode.html#DISABLED

Views

1.1K

Likes

0

Replies

0
Re: Activation properties are not added in page - Adobe Experience Manager 15-10-2015
Hi Michael,My apologies but I haven't been able to understand the tool you're using here. Are you using AEM?RegardsRahul

Views

1.3K

Likes

0

Replies

0
Re: How to sort the assets ascending order using query builder? - Adobe Experience Manager 15-10-2015
Hi michaelvino86Please follow the following steps to look at the results :-1.Please go to the link :- http://localhost:4502/libs/cq/search/content/querydebug.html (for query builder tool)2. check Extract facets3. type=dam:Asset path=/content/dam/geometrixx nodename=*.png orderby=@jcr:content/jcr:lastModified orderby.sort=desc //Result /content/dam/geometrixx/shapes/cir_sphere.png (crxde, html, json)/content/dam/geometrixx/shapes/cir_circle.png (crxde, html, json)/content/dam/geometrixx/shapes/sq...

Views

2.3K

Likes

0

Replies

0
Re: How to change the settings of apache lucene in AEM 5.6.1? - Adobe Experience Manager 15-10-2015
To be clear, there should be a space between the search term and the "order" bit.But assuming you're doing that, I don't know why that wouldn't be working. You can try turning on debug logging for the logger org.apache.jackrabbit.core.query. This should allow you to see the translated XPath query.

Views

917

Likes

0

Replies

0
Re: How to sort the elements in content finder? - Adobe Experience Manager 17-02-2016
Take a look at solution by ACS commons: https://adobe-consulting-services.github.io/acs-aem-commons/features/2013/07/20/contentfinder-querybuilder.html

Views

705

Likes

0

Replies

0
Re: How to sort the assets in alphanumeric at content finder? - Adobe Experience Manager 15-10-2015
Whats the frequency of updation of assets In dam, I mean how often they are deleted and uploaded new one?

Views

792

Likes

0

Replies

0
Re: how to rename the workflow? - Adobe Experience Manager 15-10-2015
Technically, you cannot change the 'title' once created but you can change the 'name'. In the workflow console, it displays title and not the name. however, you can change the name of the workflow from crxde though if needed but its not displayed on the console.

Views

513

Likes

0

Replies

0
Re: Asset reference - Adobe Experience Cloud 18-01-2016
This discussion has been moved here: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.587.html/forum__vuyb-hi_i_am_tryingt.html

Views

498

Likes

0

Replies

0
Asset reference - Adobe Experience Manager 15-10-2015
Hi,My requirement is:If i delete the asset from the DAM, it has to delete the asset from the referenced 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/verizon/banner-retro.png"; AssetReferenceResolver assetRef = new AssetReferenceResolver(); java.util.Map map= assetRef.getReference(path,resourceResolver); for (java.util.Map.Entry entry :...

Views

299

Likes

0

Replies

0