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
Is there still a way to migrate version history between instances? Specifically looking to import content from an older repository along with the version history.http://dev.day.com/docs/en/crx/current/deploying/upgrading.html#Migrating%20the%20Version%20HistoryBest options?Thanks.
When i creat a new jsp file and save the file , i get the following error on CRXDE lite : Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. This node already exists: /content/TrainingSite/contentpage.jsp Can anybody please suggest the cause of the proble...
Hi,I have been trying to add some node and write some properties through java code.I am getting the following error “javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for {}id”.Could somebody tell me why it happens and how to solve error?Here is my sample code :...
I want to change the default look and feel(like size, color) of the content of richtext widget. I tried set the cls property when defining the widget, but it doesn't work. any idea? thx
Hi all,Does CQ/AEM have a built in way to deal with client library caching issues? When using the foundation image component, the final src attribute of the image in the clients browser is something like:<img title="My Image" alt="My Image" src="/content/myapp/en/mypage/_jcr_content/somewhere/my_im...