Hi Bill,
Thanks for your reply.
Well, I've a report page getUserDetails.jsp which has form fields such as username, startdate and enddate, producttype.
User fill all these fields clicks on submit. Application displays a report to the user accordingly which is displayed using jqGrid. Therefore I'm passing JSONString to
jsp page.
Code looks something like this:
Well, what are the various ways using which we can avoid double form submission in spring mvc 3.0??