We have two levels of subreports configured in Spring. We could able to display reports for one level & not for the second level. It is working good in iReport & not with the Spring integration. Following are the configuration in views.properties. CUSIP_Position_Detail_Report.class=reports.web.util.CustomJasperReportsMultiFormatView CUSIP_Position_Detail_Report.url=/WEB-INF/reports/rdp/CUSIP_position_report.jasper CUSIP_Position_Detail_Report.jdbcDataSource(ref)=dataSource CUSIP_Position_Detail_Report.subReportUrls=cdnSub=/WEB-INF/reports/CUSIP_PSTN.jasper\naspSub=/WEB-INF/reports/CUSIP_PSTN.jasper\ncommonSub=/WEB-INF/reports/CUSIP_PSTN.jasper\ncsdSub=/WEB-INF/reports/CUSIP_PSTN.jasper\navcSub=/WEB-INF/reports/CUSIP_PSTN.jasper\npreSub=/WEB-INF/reports/CUSIP_PSTN_Pre.jasper\nvultSub=/WEB-INF/reports/CUSIP.jasper If we include "adjSub=/WEB-INF/reports/CUSIP_PSTN_Adjust.jasper" to CUSIP_Position_Detail_Report.subReportUrls, third level reports will override their corresponding main reports. Can u pls help to configure second level of subreports in Spring.