Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi Friends,I am new to forms I wanted to know what is the difference between the OSGI versions and J2ee versions of AEM forms?what features and functionality OSGI/J2ee version will support can someone help me with any technical documents would be a great help and support.what is the difference betwe...
I have a site set up on publish instance where I'm doing an ajax call to a servlet, however I'm not getting any response.The servlet is also installed as an OSGi bundle in the back end of our publish instance.I'm doing a POST call however I did notice that when I do a GET call it goes through. I've ...
my goal is to achieve below mentioned tasks:like a new photoshoot project , authors should be able to create 4 new types of projects.Each project type will have different metadata attributes.right now all projects only get due date, users, title and description only.What if I want to add few more at...
I'm testing a servlet I use to wait for get requests to the createpagewizard.html at a given path that redirects the requests to another directory (it's a news system, so I want new articles to always go in the appropriate year/month path). It works for the specified paths, but on paths higher int h...
Hello,I am trying to evaluate AEM content synchronization tools and I have finalized the two options:vlt rcp, and Grabbit (https://github.com/TWCable/grabbit)Since my use case is to synchronize content from PROD to DEV environments, I do not see any problems with vlt rcp (the amount of time, memory ...
Hi All,I have a company facebook and youtube channel. I want to display content from my social media channels to an AEM page that i is hosted in AEM 6.1.I do not want to store the social media content in the AEM repository i just need to display the social media content in my AEM pageThe social medi...
Hello, i created lucene index for several properties in AEM 6.1 SP1, index created on 4 servers and work great on 3 servers, but it does not work on 4-th server.AEM not uses index only on 4-th server, on all other servers everything works as expected.How to troubleshoot the issue?
Hello,I am working with CQ 5.4 and having trouble to get audit logs for any kind of page events (e.g. creation, modification, activation, deletion, etc.).Note: You can find the audit logs in the sidekick in the information tab by clicking on the "Audit Log..." button. A window opens which normally s...
Hi,I am writing a piece of code that uses the title to fetch the corresponding Tag. I am facing issues for tags with & sign. Example: String tagTtitle = "Celebrations & Holidays"; FindResults result = tagManager.findByTitle(tagTtitle) Tag[] tagArr = result.tags; for(Tag ta...
Hello,How do we set a default value for the "granite/ui/components/foundation/form/checkbox" in page properties? I've set the value as true but when I open a dialog first time its always un-selected.Tried using cq:template to set the value but that also didn't set the default value.Any suggestions?T...