Hi here,So my servlet got a path "/bin/...." copying a post from Adobe help.But inside Dispatcherbin is not allowed, of course I can allow it. But ....what path would be OK for a servlet?
HI All,Just i need to understnad on below items. 1)ConfigurationPolicy.require( when to use and why to use this scr annotation) 2)Spring DM model (When to use ,it would be great if any one provide code and usage ) 3)What return type is used while injecting java class methods(which extends WEMUse) an...
What is the recommended version of Java with 6.1 ? I have seen some of the threads in this forum where it has been suggested to not to upgrade to Java 8 due to some known issues. However, the documentation says that Java 8 is supported- https://docs.adobe.com/docs/en/aem/6-1/release-notes.html "Supp...
Hi!I have the following cq:editConfig file:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:EditConfig"><cq:listeners jcr:primaryType="cq:EditListener...
Hi Team,I have multifield, under that i gave textfield.user can enter value multiple times in textfield, that time how i can check uniqueness in value.Example:Multifield1. textfield -- example.2. textfield - example13. textfield - example(if user enters the same value, i need to show error message a...
Hi,I have a Excel sheet of format (.xlsx). I need to read values from sheet and add it to i18n dictionary instead of doing it manually in http://localhost:4502/libs/cq/i18n/translator.html. Is there anyway ?
I have tagged and upload 40,00+ pdf files into DAM. I have built a search component using Query builder. The input for the search are "text", "tagid1", "tagid2". This needs to return me all the documents that have "text' in their content and have been tagged "tagid1" and tagid2. If I use the Qurybui...