overlay default.jsp under /apps/sling/servlet/errorhandler and added above code, after it was fine. also, I used response.sendError(500) for testing. Not sure why Exception.jsp/Throwable.jsp did not work
I'm trying to show custom error message for 404/403/500 error. I'm able to show 404/403 error but unable to show 500 error. Steps I have followed so far - Step 1: Created a servlet which will set the status as 500 for testing purpose public class ErrorServlet extends SlingSafeMethodsServlet {@Overri...
Hi experts,I have successfully configured Apache DS with my CQ 5.4 instance. Now when a user is added (for example user1) in Apache DS then we will not be able to see newly created user in users list when we are logged in as admin. This user (user1) only be available after user1 try login first time...
As mentioned by Scott correctly, there is another option to create pdf by using Apache FOP and xls. http://xmlgraphics.apache.org/fop/quickstartguide.htmlhttp://www.e-zest.net/blog/integrating-apache-fop-with-java-project-to-generate-pdf-files/
I’ve couple of doubts and would request you to please clarifyI've gone through this link http://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html Q1) If we want to create a multilingual site then Language copy in siteadmin tool enables to create copy of existing page from English(...
I'm following this tutorial https://dev.day.com/docs/en/crx/connectors/documentum/current.html#Requirements to establish connection between CRX 2.2( CQ5.4) and Documentum 6.6I've downloaded crx2documentum-2.0.0.20070904 connector but I'm not sure whether this connector supports CRX 2.2 and Documentu...
Thanks Scott. I'm not sure if I made myself clear. Kindly refer to the attached screenshot. We want to give option to author to create multi steps tabs or wizard. This number of steps/tabs should be configurable in Form Start component in Edit button. Once author selects the number of steps/tabs th...