NetUI Tag Library Documentation (Version 1.0.2)

netui-data
netui-data:renderPager Tag

Data grid tag used to render the grid's pager at a specific location in a JSP.

Syntax

<netui-data:renderPager/>

Description

Data grid tag used to render the grid's pager at a specific location in a JSP. By default, the data grid renders its pager in a fixed location. In order to change the location of the pager, this tag can be used to move the rendered pager or to render multiple pagers. For example, to render a pager in both the grid's header and footer, the tag can be used as:

     <netui-data:header>
         ....
         <netui-data;renderPager/>
         ....
     </netui-data:header>
     <netui-data:footer>
         ....
         <netui-data;renderPager/>
         ....
     </netui-data:footer>
 


Tag Information
Tag Classorg.apache.beehive.netui.tags.databinding.datagrid.RenderPager
TagExtraInfo ClassNone
Body Contentempty
Display NameNone