The displaytag allows modification of its features through the display.properties
file. You can override the property paging.banner.placement
that is top
by default to the <display:setProperty name="paging.banner.placement" value="bottom" />
To adjust position of the banner (where [first/prev] [next/last] links in) you have to 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 have to modify the style of the div tag via changing the class pagelinks
or via adding style
attribute to set the position of the banner. For example position: absolute; top: 75px; left: 260px; width: 245px; background-color: azure;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…