Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
HiI am using custommultifield component which have a text and a checkbox. I want to achieve one selection of checkbox & other makes disable. Below is my listener for selection changed which is one on the item in multifield.function(selection,value,checked){ var dialog = this.findParentByType('dialog'); var itemTemp; var multifield = this.findParentByType('customconfigmultifield'); var arr = multifield.items; console.log(arr.getCount()); if(checked){ for (var i = 0 ; i < arr.getCount()-1 ; i ++){ itemTemp = arr.get(i).findByType('selection')[0]; itemTemp.setDisabled(true); } selection.setDisabled(false); } else{ for (var i = 0 ; i < arr.getCount() ; i ++){ itemTemp = arr.get(i).findByType('selection')[0]; itemTemp.setDisabled(false); } } }At begin when i drop the component and select one checkbox, its disables all other checkboxes. After Ok when i edit/reopen the dialog, It shows checkbox above the selected one are disabled, but below that all are enable along with that. Also
Hi,I needed to trigger an email to a group of users whenever a page is rolled out.Could any one help me out on how to achieve this on page roll out action(Page -> Rollout Page)? Is there any default event handler for roll out ? If any, i can then trigger email task from that.Any suggestions would be appreciated.Thanks,Channaveer
Hello All,I am having requirement of upgrading CQ5.5 to AEM 6.0.Please tell me how to do upgradation of AEM6.0.ThanksSreekanth
Hi all,Please share your knowledge on Integrating Adobe Scene7 and NAV for image rendering.Thanks in advance..
Hello All,If any one has configured there websites with Adobe target and can help me with following questions it will of great help:1. How to configure replication agent to adobe test and target.Our campaigns are not published to the Adobe target.2. How to change the client content in the framework provided by aem.3. How to enable the target for the components. When we right click on the experiences option, nothing is showing up.
Hey everyone, I've got a clean version of AEM 6.0 installed as a DAM server with author and publish instances running. Unfortunately, I've run into an issue where the lightbox action works fine in author but is dead as a doornail (Halloween reference) in publish. Any thoughts on what might be causing the disruption?Many thanks in advance!-Scott
Hello,I want to remove "rep:policy" node.Is there a way to remove this node, except uploading package with overwrite mode?Thanks!
We're trying to use the SlingPostServlet to save content to a page when an author interacts with various input. For example, we have a checkbox in the authoring environment that will post it's "checked" status every time it is clicked. This works well, except when the user clicks the checkbox rapidly or if the network is sluggish. This causes two or more requests to go out to the same node and at least one of the responses will return a 500 internal server error with the following message -org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.I'm assuming this is happening because the node is locked by the first request when the second request tries to alter the value. Is there any easy way to get around this from the server side? The only solution i've thought of is to use javascript and build a queueing system for the requests on the client side so we only allow one request at a time, but it makes me nervous to queue up data like that.Thanks
Hi,I am trying to hide the unwanted form out of box actions , is there proper way to hide the same.please refer the attachment and what I am trying to hide.
I am able to get a list of nodes using my query but want to get a list of nodes using certain permissions for e.g. list of nodes having read only permissionsIs it possible to restrict the nodes using ACL permissions.Any query example to accomplish this would be great.
Hi All,Is there any way to fix the replication property when the deactivated page to new location?Please help me how to proceed?Thanks in advance.ThanksMike
I've started exploring the Hobbes automated test framework used in AEM 6.0 and was disappointed to find out that there isn't a lot of documentation on the internet on this. The Adobe docs helped me to get started and I've also spent sometime exploring the tests that are included in the sample content.I was wondering if Adobe has some more detailed documentation on this topic, I am particularly looking for something like an API documentation that sheds light on the different kind of methods that can be used in a test case and ofcourse lots of examples.Any help is appreciated.
I have some Questions about AEM6 with CRX2 :- Is there an installation of AEM6 which comes with CRX2 or do i have to upgrade a CQ5 Version to AEM6 to run AEM6 with CRX2?- Which CRX2 Version should i use to run with AEM6?- How can i transfer content with the commandline (in Linux) like the Package Manager is doing ? Is there a option to do it the same way with the commandline (no restriction about the filesize, in the Package manager there are some restrictions about it) thx a lotjulian
Localhost for AEM 6 stopped populating crx-quickstart\logs\error.log.After I installed the service pack update I no longer get error.log populated if I have an error in my code I need to debug. Regards Clive
Hi,Looks like we have some nodes in CRXDE that do not show in search results. Is there a way to fix this issue without restarting our instance (actually we have a 2-instance cluster).Also, is there a way to run a consistency check without restarting CQ5?Thanks in advance.
As i send "Request for Deactivation" accidentally, what should i do to cancel this process?
Can I import a Frontpage website into Dreamweaver?
There seems to be an issue with the workflow model getting saved. In spite of removing few process & participant steps, when the workflow is initiated, the workflow executes those deleted steps.However after deleting the process & participant steps, the package containing this model was taken as a backup & then the existing model was deleted from CRXDE. Then the backup package was installed. Hence a new version for the model was created. But still on triggering of this workflow, the deleted steps are executed. This issue is found in the AEM6.1 version.In general, are these workflow models cached? If yes, where exactly this happens?
Is that going to be a problem? What should I do?
We want to remove the default p tag .we are using the text components very heavily.add our custom css to them. so in drop down we select the style and load that text component.I want to remove the default p tage getting added.below is my dialog.xml<?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:Dialog" xtype="dialog"> <items jcr:primaryType="cq:Widget" xtype="tabpanel"> <items jcr:primaryType="cq:WidgetCollection"> <tab1 jcr:primaryType="cq:Panel" title="Title, Text, Asset"> <items jcr:primaryType="cq:WidgetCollection"> <title jcr:primaryType="cq:Widget" allowBlank="true" fieldDescription="Enter a title"
The "UberJar" is the informal name given to a special Java Archive (JAR) file provided by Adobe. This JAR file contains all of the public Java APIs exposed by Adobe Experience Manager. It includes limited external libraries as well, specifically all public APIs available in AEM which come from the Apache Sling, Apache Jackrabbit, Apache Lucene, Google Guava, and two libraries used for image processing (Werner Randelshofer's CYMK JPEG ImageIO library and the TwelveMonkeys image library). The UberJar only contains API interfaces and classes, meaning that it only contains interfaces and classes which are exported by an OSGi bundle in AEM. It also contained a MANIFEST.MF file containing the correct package export versions for all of these exported packages, thus ensuring that projects built against the UberJar have the correct package import ranges. To use the new JAR:If you are using Apache Maven as a build system (which is the case for most AEM Java projects), you will need to add one or
Some of the videos on the partner training portal date back to 2012 and are quite irrelevant these days.Furthermore the only Certification exam we can take is based on the 6.1 release.When can we expect you to update your training material so it actually prepares us for the relevant exam?
Can i Have an extended trial version. the current one is just for 45 days
There is a thread related to this discussion. But I don't think the question has been satisfactorily answered even though it's closed now. So I thought it'd be a good idea to open the discussion again.ReplicationActionType.DELETEI encountered the similar issue that ReplicationActionType.DELETE doesn't actually delete anything from author even though I was pretty sure that I used administrator user to delete the node and there wasn't error in the server log. So I wanted to know whether ReplicationActionType.DELETE was designed to delete a CQ node from author and publish (if the replication is setup properly). BTW, I use AEM 6.For the time being, if anyone seeing the same issue, there is a workaround to resolve the problem by using node.remove().Thanks,Zeyin
Hi All,I know that this has been discussed in 2012 via the post - Issue with unbinding of configurations from old jars but even then there was no definite solution to this issue. I am facing the same issue now where my config does not pick up the latest snapshot unless I unbind and save. If someone has an answer, please do help. Regards,Mani
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.