The issue is likely due to SDI treating templated components differently, causing the currentPage to be null. You can try:1. Fallback Logic: Manually resolve the page from request.getPathInfo() when currentPage is null.2. Limitations with SDI: SDI generates fragments from /conf, which may not proper...