Hi,I am getting this error when i am running a code. I have set the parameters as Hashtable<String, String> env = new Hashtable<String, String>(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); env.put(Context.PROVIDER_URL, ldapURL); ...
For example, the text component, has an init.jsp file. However I don't see it being included in any other JSP file.Its super resource type, /libs/foundation/components/form/defaults/field, doesn't user it either.So what, how and when does CQ invoke this script?
Hi All, We are using the below query builder API to read CQ page content information. But in our nodes we have Russian text as node property values. When we read using the below code, we are getting ??????? instead of actual value.How to set character encoding in query builder API ?Map<String,...
Hi All,I am running a JCR SQL2 query to perform search over the content pages within CRX. I have to generate an auto left filter of the tags present in the search result as per the search query string.I do not find method in QueryResult API for facet extraction. Please provide some insights on this ...
I've read that housing WebHelp on CQ5 is most likely not do-able, however, not impossible. I've successfully uploaded WebHelp onto CQ5 and the help opens up beautifully to the start page, HOWEVER, when clicking on every other topic, we get this on our pages: All the files and folders are present in...
Hi,I'm having issues with the social blog components included in CQ and the classes used (namely com.adobe.cq.social.blog). I have a blog running as expected however I can't get either the Archives or Categories components to output anything when placed within the blog. I find this behaviour occurs ...
I have to create a custom component container similar to parsys where i can allow some specific components to be added. let us for example i have created a component called simple where i metioned sling:resourceSuperType is /libs/foundation/components/parsys and this simple component i have added in...
Hi all,I have a component I'm trying to build that's basically a simple navigation list of links. My dialog is using a mtmulticomposite field like so:<multi jcr:primaryType="cq:Widget" name="./links" prefix="./" xtype="mtmulticompositefield"> <fieldConfigs jcr:primaryType="cq:WidgetCollection"> <...