Right now content of CSS and JS files are not indexed and are not searchable.Is there a way to add them to the index and make their content searchable?
Hi All,I was trying a program on tags and document says "If the jar is not available, get it from CRX (/libs/cq/tagging/install/cq-tagging-5.6.2.jar) and place it in the location".I tried various ways to export it out of AEM , but could not. Can you please let me know how can I do this.
I am trying to reference the DesignCache service from within my own service. However, when I reference the DesignCache service my own service does not show/get registered. I see nothing in the log. The bundle starts and is Active but the service does not show. If I remove the DesignCache reference t...
We have created a site in cq with parent node as en_gb and try to use spell checker in richtext editor but it fails. Looking into the debug logs, it is looking for a dictionary as en_gb_en_gb which does not exists and hence the spell checker does not work. Debugging further we found that the logic ...
On our site, we'd like to be able to maintain and serve custom/localized error pages in the end-users' own language rather than just a standard customized page like /apps/sling/servlet/errorhandler/404.jsp.Right now, we're storing these localized pages as /content/<country>/<language>/errors/<error...
Hi all,My website requires user to log in to view the site. I have created a login and logout module. All is working fine. The problem I am having now is my change password function. My code for change passwordAuthorizable authorizable = am.findAccount(name); if (authorizable!=null && authorizable.i...
HI, I have multiple sites, and I would like to set up a different 404 page for each of my sites Someone already faced this problem? How I can accomplish this? Or there is a way to do via the dispatcher and create a static 404 error HTML page each time I publish a site? Thank You Adolfo