In AEM 6.5 touch UI dailog box , we have a textfeild which have to be converted to rich text field. The steps i followed are as follows :Navigate to '/libs/foundation/components/text/cq:dialog/content/items/text/items/column/items/text'Copy the 'sling:resourceType' property and paste this value in ...
I am basicallly making a component in which a button will invoke a servlet and in the servlet i am accessing the repository and making nodes in that repository .But it is throwing exception.( javax.jcr.RepositoryException: Unable to access a repository with the following settings:org.apache.jackrab...
We have a custom component that allows multiple columns to be displayed, and each column has an embedded parsys. We're seeing strange behavior pasting into that parsys though. If we copy a component in the left hand column: We don't get a paste option when clicking on the right hand column. But...
We have a custom component created in AEM which accepts HTML, JavaScript and CSS Styles altogether in a single text area and embed it into the page where the component is used. Embedding of this text is done with context "unsafe". Everything works fine. But if content author places a code, say for e...
I have tried the below code for setting a max limit on multifield which was working fine yesterday and today out of nowhere i am seeing the $(...).adaptTo is not a function error and Coral is not defined error on console. $(window).adaptTo("foundation-registry").register("foundation.validation.val...
Hi,I have created a component that works fine with my static template but shows some unexpected variations ( e.g.- wrong positioning, cannot be resized, cannot be deleted, without CSS properties, etc.) when used in an editable template. And also the same components show different variations for diff...
I have a requirement where I need to create a two-column component in react AEM SPA, but i am not able to get the parsys from the react code, can anyone please share the code or tell the class which we need to use to display the parsys using react js.
AEM 6.5 has two OSGi bundles (A and B). A = org.apache.sling.scripting.jspB = org.apache.sling.scripting.jsp-api My project bundle has a Java class that uses:import javax.servlet.jsp.PageContext; I want this imported package to use OSGI bundle A, not B. In AEM 6.4, this was our imported packages l...
Are there any guidelines on what kind of data store configuration (shared between publish instances, shared between author and publish, no sharing at all) is best for majority of the cases?I've read in a no. of places that a store shared between author and publish may be the best choice because of t...