how to maintain portlet state
I have a problem with my portlet, when i try to switch between protlets/ maximize/minimize the portlets the page is getting refreshed clearing all the existing data.
For example when user does a search on a portlet and know he goes out to another protlet, when he comes back to the search portlet the search data retrived earlier should be maintained. which is not happening in my case.
coudnt maintain the values in the session as the search call happens thro Ajax.
Any suggestion/solutions .............

