We're trying to set up AEM-ACS VLT-RCP on our AEM author instances. We've installed the latest version of the org.apache.jackrabbit.vault.rcp and verified that the Apache Jackrabbit FileVault RCP Server Bundle is Active. However we keep getting this error when we navigate to http://localhost:4502/et...
We are using LdapIdentityProvider.xml to connect to our organization's Ldap interface for the login functionality in AEM.As a security measure, We want to move the password information to 'vault secrets management system'. We have a custom service , which we use to read vault secrets.Could anyone pl...
Hi,can anyone explain to me how to deal with multi select dropdown i.e. in which we can select multiple values in one dropdown can anyone tell me the properties that need to be different than normal dropdown and how to store the output from the multi dropdown?
Hi, I am facing issue while capturing value from dropdown in AEM.The value are stored but the words after space is ignored. e.g.- If "united states" is selected then only "united" is stored in the variable and "states" is ignoredplease help me find the cause of it and how to fix it
Hi All, I have created Search Component and Client ask me if user search misspelled word it is not showing anything.at least it will show appropriate result .exmaple:fince it will show finance resultanyone worked such kind of requeirement .
I've been looking at REST and AEM/sling (and other technologies around AEM) and it seems to be if I use AEM, it's automatically RESTful? (there are various websites that explains/defines REST and it seems to be AEM qualifies.If no to my 1st question, what do I need to do to make it RESTful?Thanks a ...
presently, I've only used OSGI (where I've used the import Java directive to include various OSGI libraries in my custom code) store custom app configget environment info (whether it's test,prod or author, publisher and etc)------- In our custom code base, we have a folder called "core" and inside i...
This 2 folders are in our custom package. I know from experience that the config available in the XML file is --not-- applied if I placed them inside "/apps/my-apps/config". I'm only asking since I was looking at the ACS commons error handling and it states to put the XML config file inside "/apps/m...
If ${item.condition1} satisfies, then I want "testclass" to be added in divEx:<div class="exampleclass testclass">Else no testclass should be added in divEx: <div class="exampleclass> Thanks in advance