I recently migrated to AEM 6.1. In the process I had to reinstall some of my OSGI bundles. They all worked except where I call them from AJAX.I have a servlet that I register using@SlingServlet(paths = "/bin/stores.json", methods = "POST", metatype = false)Inside my class I have the following method...
Does anyone know how to make the authoring dialog automatically to have the horizontal scroll bar when the filed is too long? I have tried to set autoWidth, autoScroll to true, seems all of them only apply to vertical scroll bar, not horizontal scroll bar.Thanks.
Hi guys,I am submitting a simple feedback form to a form handler in AEM 5.6.1. The submission is being made by JQuery $.post(). The post submits to a CQ page which contains a single component to handle the form input and send an email. Really simple stuff.If I access the form handler page directly i...
I am currently in the process of migrating from LiveCycle to AEM 6.1 and I was curious to know if the packages are a like for like mapping for example, the the following packages in livecycle have corresponding packages in AEM. If so what are they and is there a document that maps them out?import co...
Is there anyway to output the clientLib resources as absolute urls?EXAMPLE CODE<output data-sly-call="${clientLib.all @ categories='cq.jquery'}" data-sly-unwrap></output>CURRENT OUTPUT<script type="text/javascript" src="/etc/clientlibs/granite/jquery.js"></script><script type="text/javascript" src=...
On a previous project (6.0 classic) I was able to use data-sly-resource in my templates to include some components and make them editable by authors. In playing around with 6.1 with touch ui, I tried to use the same approach but experiencing an unexpected outcome. The component will appear on the pa...
Hi Everyone,I am creating a copy on activation. In my use case I will be activating hundreds of pages at go.On activation copies are created, but some of the pages are missing. The pages that are missing are similar to the other ones, they don't carry any special content as well. I am using AEM 5.6,...
Hi Team,We have performance issue in production author environment, taking long time to load page, components,sidekick,response from custom libraries(CSS & JS). Environment: AEM 6 and SolarisI would really appreciate if you could provide suggestions/debugging technics to resolve the issue in author...
Hi, I have to use form values in my workflow.I created a simple form which accepts user values,based on that value decision need to be taken in the workflow. I added form participant step,process step to retain form values(since work Item object is not accessible in OR split) using ecma scri...