Hello Everyone,Is there a way to extend an existing component and add an extra tab panel to it .I can copy the existing components dialog and add another tab panel to it , but I just want to know is there a way to do that without copying by just extending the component.Thanks & Regards,Krishna
Hi,I have written a custom Authentication based on Sling form based Authentication. I followed http://www.wemblog.com/2013/03/how-to-create-custom-authentication.html article to do that. I am trying to invoke the handler with Ajax call and it seems like the call is never going into the handler.But ...
Hi , I have created a multi type widget which has a fieldconfig of xtype selection . optionsprovider property is defined which has a java script function as a value to load the drop down with values . This is all fine at my end and my drop down works as expected .Now as a new requirement , I had to...
We are building a simple logo component. The requirement is to allow the content author to select an logo asset from the DAM that will be used across all pages in the site regardless of template.If I use the design dialog to store this image path property it will only get stored per template and our...
I would like to confirm my assumption that the dc:extent meta data in for a DAM video asset is the length in milliseconds? Is that correct? The docs are not helpful.DC_EXTENTstatic final String DC_EXTENTSee Also:Constant Field Values
Hi.I am new user of Adobe CQ .There is a question about displaying components in different browser.I have developed components, using IE9,and the other one has written CSS, using Chrome and FireFox(latest ver.).We use same author instance.(AEM ver 5.6.1)After completion of following steps, the probl...
I've noticed when replicating large amounts of data, or installing large packages, we see the following in our error logs:10.07.2014 08:18:11.045 *INFO* [TarMK flush thread: /opt/aem/publish/crx-quickstart/repository/segmentstore] org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK GC: Cl...
In particular, while at the moment I can define a listener like this:<linkDialogConfig> <listeners jcr:primaryType="nt:unstructured" show="function() { MyNamespace.myChangeListener(); }"/>I cannot define it like this:<linkDialogConfig> <listeners jcr:primaryType="nt:unstructured" show=...
Hi,Let's assume that I have create an OSGi Service in AEM and I have set its sling.servlet.paths property to '/bin/testservice'. Assuming that this service is active and the AEM instance is running, how do I call this service and obtain the service response from a Java snippet that is running on my ...
I'm having an issue with AEM 6 after a repository upgrade to Oak. After the initial upgrade with AEM6 running on CRX2, everything was seemingly fine. I then upgraded the repository to Oak, and have noticed that whenever i try to load a page within my site, i get the following in the error log, and...