Hi,Need help with accessing Client Context on server side. I have an implementation in AEM where httpsession was used to store data. With sticky session being configured on dispatcher, things seemed to work fine on all browsers except Safari [IOS session issue]. I've been asked to use Client Context...
Hi All I have written ECMA script and the same is called by a process task inside AEM WF to call LC process. For some reason, the error.log says that it has got internal error while invoking my LC process.Intention of my ECMA script is to obtain the incoming guideBridge XML from the form and post it...
Hi,I can follow the code examples and reference web pages for guidance on how to write javascript to back Sightly html. However, I am not clear on where the code documentation is to reference when authoring such javascript. Are there server-side javascript documents akin to the Sightly javadocs?
Hi Guys, I just want to understand the addcart working in AEM, basically the code written in product.jsp initiates the process of adding items to cart but I'm confused at this code:<form class="product-form" method="POST" action="<%= xssAPI.getValidHref(addToCartUrl) %>" onsubmit="return va...
I am using Adaptive forms and not able to find any capability to add a Rich Text Editor/Component.If anybody has already implemented this feature, please let me know.Thanks,Mark
Hi,i'm looking for an overview/pdf of all the components in the sidekick and what they can do for you in your template. I can try all of them one by one ofcourse, but I think there must be an overview somewhere to use by me and my colleagues.Ofcourse I know the image component, the text component an...
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...