We need in our project display pagging within <display:footer></display:footer> tag -----------------------------------------------------------------------------------
Key: DISPL-556 URL: http://jira.codehaus.org/browse/DISPL-556 Project: DisplayTag Issue Type: New Feature Components: Paging/Sorting Reporter: Dima Ternichko Priority: Critical We need in our project display pagging within <display:footer></display:footer> tag. Currently we use pagging place in such way: <display:table cellspacing="0" name="foundNames" class="layoutResult1" id="foundNames" pagesize="10"> <display:column title="${_Name}" property="name" sortable="true" /> .... <display:setProperty name="paging.banner.full"> <span class="pagelinks"> <a href="{2}">Previous</a> <a href="{3}">Next</a></span> </display:setProperty> </display:table> but we need display it within: <display:footer> <display:setProperty name="paging.banner.full"> <span class="pagelinks"> <a href="{2}">Previous</a> <a href="{3}">Next</a></span> </display:setProperty> </display:footer> or <display:footer> <span class="pagelinks"> <a href="{2}">Previous</a> <a href="{3}">Next</a></span> </display:footer> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel