We had a great session at our Chicago office as we hosted the AEM Midwest Chapter's 9th meeting in the community! Held last Thursday, 9/18, we enjoyed deep-dish pizza (a real Chicago treat!) and beverages and had a great discussion with other partners on a topic that everyone's talking about: AI. ...
Hi, I don't have much experience with JSP, I am trying to work with sessions in my web page and I think I am missing something:I am trying to set some variables in my session to control some filters and parameters that my components use, I use them in Java using calls like these after sending the re...
Dear Team,I am following below document to run my query.https://docs.adobe.com/docs/en/cq/5-6-1/dam/customizing_and_extendingcq5dam/query_builder. htmlWhen I want to look into the last modify pages change , by using below queryFind all pages and order them by last modifiedhttp://localhost:4502/bin/q...
Is there a way to getUniqueIdentifier in sightly?I want to get the component unique identifier in sightly and have that loaded on my javascript but cant seem to find any documentation around the same for sightly.
AEM 6.1 SP1 is installed with a Dispatcher in front of the Author instance. The instance is running on JDK 1.8... I saw some similar errors through some searching which indicated a possible connection to JDK version.When a author clicks "Request Publish" a workitem is assigned to the administrator....
Hi,I am facing problem configuring AEM 6.1 to use a SegmentNodeStore and use FileDataStore as Data store. I followed instructions at this page to create a new instance with SegmentNodeStore and a separate FileDataStore but i am seeing 2 unexpected behaviorsHere are the steps that i performed1. Copie...
I am trying to configure the SAML authentication, and i have enabled the Autocreate CRX Users check box for creating the users to be logged into AEM once SAML authentication is done. But i dont want the user details or the User to be created into the AEM. So is there any option to delete the user ac...
Hi,I have been working on Adobe LiveCycle so far. I want to know how can I migrate my work from LS to AEM. How does AEM render the xdp files? What are the changes that need to be made?
Can you please let me know the how to include the .scss file in AEM 6.1. Also please suggest whether i can put this in a separate folder inside /etc/designs/projectname/scss/sample.scss and use the same without doing any build using maven. ThanksSiva.
Facing below error while trying to open the pages in the TouchUI. Please let me know what could be missing - Env = AEM 6.0 + SP2Exception:java.lang.NullPointerException at org.apache.jsp.libs.cq.gui.components.common.pathbrowsers7.render_jsp._jspService(render_jsp.java:198) at org.apache.sling.scrip...
Hi experts, I am working in an AEM app which does following - User submits the data through AEM formsWe collect the data in AEM form action jsp and make a string We store string in a session (HTTP session i.e. session.setAttribute )AEM redirects user to a thank you pageWe have a “Call to action” on...