Displaytag allows you to change its functions through the display.properties file. You can override the paging.banner.placement property, which is top by default, for <display:setProperty name="paging.banner.placement" value="bottom" /> To adjust the position of the banner (where [first / previous] [next / last] link c), you must override the property
paging.banner.full=<div class="pagelinks" align="right"><a href={1}>First</a><a href={2}>Prev</a>{0}<a href={3}>Next</a><a href={4}>Last</a></div>
Now you need to change the style of the div tag by changing the pagelinks class or adding the style attribute to set the position of the banner. For example position: absolute; top: 75px; left: 260px; width: 245px; background-color: azure; position: absolute; top: 75px; left: 260px; width: 245px; background-color: azure;
source share