Hi,
I am using spring MVC.
I have a search page controller(type level annotated), wihich would diplay the search result.From the search result page, i can go to the detail page where I shows the detaild of the each search result.
Now what I would like to do is I want to come back to the search page from the details page.When I am coming back I need to show the user the result of his previous search.I know I am asking too much,but does anybody have a suggestion how to do this using spring mvc .
Thanks in advance
Shaiju


Reply With Quote