I want to change the ugly displayTag (tableid) parameter from d-bunchofnumbers-p to a friendly URL. I also want to change the sorting and page settings.
Is it trivial to do this?
If so, how? Is it as simple as setting the following properties?
<display:setProperty name="pagination.pagenumber.param" value="page"/> <display:setProperty name="pagination.sort.param" value="sort"/> <display:setProperty name="pagination.sortdirection.param" value="dir"/>
The url should look like this:
results?sort=id&dir=asc&page=1
I tried this, but it does not work. Thank you
source share