I am using displaytag for paging my search results.when i click on the next or sort the column my search criteria restores to default value ,which i dont want to happen.how to retain those values ??
thanks in advance
Prem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can try adding result data in session, and ask display tag to pick result from session.
Display tag has excludeParams attribute, that attribute may help you. I think it is used to invalidate the cached data maintained across requests. But when u use excludeParams, you have to fire search result on every click of pagination or sorting....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi ,
I am using displaytag for paging my search results.when i click on the next or sort the column my search criteria restores to default value ,which i dont want to happen.how to retain those values ??
thanks in advance
Prem
HI,