Remember sorting with url params

Remember sorting with url params

ivan952ivan952 Posts: 1Questions: 0Answers: 0
edited January 2012 in General
Hi,

I have a page (i use struts2) thats show a list using dataTable, the url is like this:

.../web/pageList

The sorting and pagination its remember ok, but some actions put params in the url like

.../web/pageList!send?idData=5

this redirect to the same jsp but not remember nothing because the url its not the same.

There is some way to recognize as the same datatable and remember the sorting, pagination, etc.

Thanks.
Ivan.
This discussion has been closed.