Hi,I want to show a disclaimer box after author selects the Workflow Model and click on Start Workflow. It will be a disclaimer box with text like "Do you really want to start workflow". It will have yes or nor button , if author clicks on yes then workflow will be started and if he clicks no then w...
Hi Guys,I am using AEM 6.3.1 and the feature pack for Asset share commons .I have some custom requirements to add some additional filter components (with "type ahead" and some Business logic) .Moreover would also like to extend the Search functionality to point to an external SOLR system etc.I was n...
how to assign a workflow to usergroup in AEM 6.3 using osgi R6 annotations? I want to create workflow for "dynamic participant step". can anyone please explain how to use "chooser.label" and "service.description" in OSGI R6 annotation.
Hi All,I have a custom built column control.However whenever i just CLICK on either of the paragraph inside, a pop up on the top appears saying - "ERROR Paragraph move operation failed".Note that I am NOT moving any component. I am simply clicking on the paragraph.Logs-POST /content/customerportal/o...
Hi,I am implementing a search with query builder. I am retrieving content from the last 12 months, but I wish I could group the results per month.Looking on the internet I could just find grouping to combine more than one search criteria. Is it posible to group the results by month with query builde...
Am trying to upgrade AEM 6.0 with SP1 to Java8 and having problems with it. Wondering if anyone have upgraded to Java8 on AEM 6.0 SP1.One of my bundle is not started and am seeing the below issues on the bundle.com.sun.javadoc -- Cannot be resolved but is not required and overwritten by Boot Delegat...
Dear Team,I am following the below link and trying to create my first Touch UI website.Adobe Experience Manager Help | Creating your first Adobe Experience Manager Touch UI componentBut After creating the Touch UI component , herotext2 component is not coming in Design under general group , as shown...
I am using i18n, however it prints only key name not the valuehere is my tag<meta data-sly-test="${'ll_meta_test_content' @ i18n}" name="ll_meta_test_content" content="${'ll_meta_test_content' @ i18n , locale=request.locale}" />here is my i18n node with valueSome test contentIn the generated html I ...
I have an AEM OSGI Workflow application that makes a number of REST API calls as part of the workflow. For every REST call I am creating a new HttpClient instance and noticing some slow memory leak issues with this over a long period of time. The Apache documentation for HttpClient actually suggests...
Hi All,We had a requirement in our project, where we query certain node in JCR which has multiple pages and we pull the results based on one jcr property on the page i.e. pubishDate. Theses results are ordered on the front end in form of tiles based on latest publishDate.This field is filled by the ...