Hi,I'd like to know if it is possible to retrieve values stored in a Custom session store from a java code.I looked into the documentation but didn't find anything.is it possible?Thanks
Hi,I am trying to cluster two authors. I am following the document http://docs.adobe.com/docs/en/cq/5-6-1/core/administering/cluster.html.[img]clustering.png[/img]. I am not able to join in the cluster. I am using the aem 6.0 version.PFA.Thanks in advance,Ragam
Hello Experts,I have a very basic question (programming best practice), please help.I have three different servlets which uses same configurations like username, password and hostname etc. How can i have one OSGi configuration used by all three servlet class. Regards,~TD
Hi,I have a requirement where user needs to select asset from a UI and a workflow to be initiated. User can select multiple asset from that screen, so i need to upload a single workflow instance with multiple payload.Can anyone provide any sample documentation or code how this can be done. I am look...
I was developing touch UI component. Below is what i tried and worked at some extent. Below is dialog.xml<content jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container"> <layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/fou...
Hi,Can anyone tell me how to convert request parameters and values to selectors in URL.Example query parameter URL: http://IP:4503/content/en/mobilecontent/services.catalogContent.json?gameIds=2020-2020,2121-2121.Thanks,Venkata.
I am not able to install AEM developer tool plugin for eclipse with its latest update. Getting the below errorUnable to read repository at jar:file:/D:/Dev_Tools/com.adobe.granite.ide.p2update-1.0.4.zip!/content.xml.Unable to read repository at jar:file:/D:/Dev_Tools/com.adobe.granite.ide.p2update-1...
I know that it is deprecated in 5.6.1 (we are soon moving to 6.0 and all of this will be for nothing) but I have an urgent need to get the out of the box calendar component working on our website.As I said in the title of this post, it looks great in author and publish but in dispatch all that I can...
There are several workflows running on and suddenly all the Workflow items in the inbox are not loaded. I see below error in firebug [1]. I think some workflow might be corrupted or something else. But how can we fix this issue so that users can see the work items in their AEM inbox. Quick response ...
Has anybody tried using a Flexbox container in AEM?https://css-tricks.com/snippets/css/a-guide-to-flexbox/It looks like it cannot be used as a class for a parsys, because the component creates a container div which then causes problems for laying out elements contained in the flexbox.Has anybody use...