The <netui-data> Tag Library

Tag Summary
<netui-data:anchorCell> Renders a data grid cell containing an HTML anchor. 
<netui-data:callMethod> Calls methods on any Java classes. 
<netui-data:callPageFlow> Calls methods on the Controller file (= JPF file) in the same directory as the JSP page. 
<netui-data:caption> Renders a caption into a data grid 
<netui-data:cellRepeater>

Renders individual cells of an HTML table. 

<netui-data:configurePager> Tag for configuring and rendering the pager in the NetUI data grid. 
<netui-data:dataGrid> Renders an HTML table containing a data set 
<netui-data:declareBundle>

Declares a java.util.ResourceBundle as a source for displaying internationalized messages.  

<netui-data:declarePageInput>

Declares variables that are passed from the Controller file to the JSP page. 

<netui-data:footer> Renders a footer below the data grid. 
<netui-data:getData> Evaluates an expression and places the result in the javax.servlet.jsp.PageContext object, where the data is available to JSP scriptlets.  
<netui-data:header> Renders an HTML table head tag (<thead>). 
<netui-data:headerCell> Renders an HTML table head cell tag (<th>). 
<netui-data:imageAnchorCell> Renders a column containing an image anchor. 
<netui-data:imageCell> Renders a column of images in a data grid. 
<netui-data:message> This tag provides a message schema, which can be parameterized to construct customizable messages. 
<netui-data:messageArg> Provides a parameter value to a message schema. 
<netui-data:methodParameter> Provides an argument to a method-calling tag. 
<netui-data:pad>

Sets the number of items rendered by a Repeater tag.  

<netui-data:renderPager> Renders a pager in a specific spot inside of a data grid. 
<netui-data:repeater>

Iterates over a data set to render it as HTML. 

<netui-data:repeaterFooter> Renders the footer of a Repeater tag.  
<netui-data:repeaterHeader> Renders the header of a Repeater tag.  
<netui-data:repeaterItem> This tag is used to render an individual item in the data set as it is iterated over by the Repeater tag.  
<netui-data:rows> Container tag for columns that will render in the data grid. 
<netui-data:serializeXML> A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding. 
<netui-data:spanCell> Renders a column of data in a data grid. 
<netui-data:templateCell> Renders a column templated by the body of the JSP tag.