I have a presenter used for setting search parameters (#search) and another one used to display the search results (#searchresult) (based on the search parameters set on the previously specified presenter).
I access the #search presenter by clicking on a menu link from my application and when doing this i expect to have all the fields reseted to their initial values.
When performing a search
#search > #searchresult
and then clicking on the browser the Back button (or Backspace key) I would like to still have the previously set parameters on #search presenter.
Can anybody recommend me an approach on how to handle such a use-case with gwtp?