• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts 2.0 and OpenReports Constraint.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic