posted 16 years ago
I am using OpenReports 2.0 for creating reports and we have customised it for our application. I am submitting the Input parameters(ReportDetail.jsp) to an action class (ReportDetailAction) and am being redirected to a filter page(ReportFilter.jsp). The problem is when I come back by using the browser back button, to the ReportDetail.jsp page, the two date fields are being reset to the current date. They are using a dojo widget for handling the dates. The input fields provided by us are retaining their values but the date fields are being reset.
Can you suggest why this could be happening and how we can avoide this?