AFAIK you can only pass cq:page to the publications section given the right template.What I'm trying to do is drag & drop .article files which are associated with InDesign intothe publications section.Please advise how I configure this using crdxe or via templates. Thanks
Once session is live I'm trying to pass it to classwhich needs to use session object for computing some data. I cansee that the session is not persisting when being passed to an object. How can I make sure thatthe session persists. Or is the solution that I have to reconnect the sessionwithin the cl...
Hi All,I am new to AEM,I want to know how to store and edit a json data(a simple json array contains a list of accounts) in AEM.And also how to retrieve it by using a web service so that my web and mobile apps can use this data.Thanks in advance
Hi All,I am newbie to AEM and following the steps of Creating an AEM project using Eclipse IDE.Have configured Maven. But i couldn't able to create Adobe CQ archetype project.I am executing the command," mvn archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ ...
Hi,I got 2 bundles in my project. BundleA and BundleB.BundleA has a ServiceA (annotated with @Service and @Component) that I want to inject (@Reference) into ServiceB which is in BundleB.I'm not able to do so. My BundleB appears as Active in the console but it doesn't work.Can someone shed some ligh...
Hello Communities, has anyone tried to implement CQ/AEM Native eCommerce? We are in process to evaluate native ecommerce implementation for small medium business. During this evaluation the two more activities need to be finalize and need your help;Payment gateway integration, how do I achieve this...
while opening http://localhost:4502/etc/reports/auditreport.html is shows "Your request could not be completed because you have been signed off" please help me to fix this bug... Thanks in advance
Hi CommunityI was going through the documentation Link:- https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.PathField .I am bit confuse between maskRe, regex, stripCharsRe config options. If some body could explain me these three with an example.Thanks and RegardsKautuk Sahn...
Hi, I am trying to trigger a custom 403 error page in CQ based on the respective error code. First of all, as mentioned in the adobe docs, I couldn't find the 403.jsp page in /libs/sling/servlet/errorhandler/ . It only had the 404.jsp. However I had overridden this page by creating a 404 and 403 jsp...
Hi there.We've got an Accessibility requirement to allow empty alt tags (alt="") for images. Currently if we add an image to the rte that has no alt, or edit the source to have <img alt="" src="image.jpg"> the empty alt tag is stripped out on save.Is anyone aware of a way to disable this removal of ...