I need to retrieve a node path from uuid.I tried query debugger (http://server:port/libs/cq/search/content/querydebug.html) as follows but it give a json and I not able to get a exact node path valueQUERY1_property=jcr:uuid1_property.value=2770975e-b5c6-4926-90da-7f7fc79c8393Output JSON{"jcr:predece...
Hi, I extended the tally voting component and I added a number field in the dialog. My question is, how do I fetch data from the number field input and read it from the javascript file? All the documentation regarding fetching dialog field are using JSP but since the voting component is only using j...
Hi guys! :) Recently i added a custom plugin for my richtext, to print hr tag, and works perfectly but when i positioned the cursor in a position below at hr line, start an infinite recursive call, i think the richtext have a method (updateToolsbar) and dont recognize my hr plugins, i need suggestio...
Hi,We are working on disabling PDF indexing with tika/lucene and cannot find a guide for AEM 6.0. Anyone able to explain how to do this?Basically just need to be able to edit and get the instance to use a custom tika-config.xml Thanks!Alex
Hi,I am adding some custom metadata to the assets editor and I have the following scenario:Lets say we have a dropdown field, and we configured their options this way:opt 1text: Human Resourcesvalue: HRopt2text: Information Technologyvalue: ITWith this conf, when selecting a value it will store the ...
In my global.jsp file on line 44 I haveI want to try use session such assession.setAttribute(userIDKey, userID);on a jsp page.in global.jsp I have--%><%@page session="false" import="javax.jcr.*,If I change it to--%><%@page session="true" import="javax.jcr.*,then every page I try display give/libs/f...
Dropdown in a Multifield is not able to hold the selected values when we reopen the dialog,I have followed the below link.http://experience-aem.blogspot.in/2015/06/aem-61-touch-ui-composite-multifield-store-values-as-child-nodes.html . <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="htt...
Hi,I installed hot fix 7700 for oak version upgrade.Since then Standard Analyzer is not working and stop words not getting ignored in search.Please let me know if any other changes required specific to 1.2.7.till 1.2.2 it is working fine.
How should I go about creating a component that is able to walk the DOM tree for whichever page it is included on, locate certain HTML elements, and then modify/update or inject HTML on the page. It would essentially be updating or injecting HTML of the existing page, (i.e. of page you drag the comp...