The <netui> Tag Library

Tag Summary
<netui:anchor>

Generates an anchor that can link to another document or invoke an action method in the Controller file. 

<netui:attribute>

Adds an attribute to the parent tag rendered in the browser. 

<netui:base> Provides the base for every URL on the page. 
<netui:bindingUpdateErrors> Renders the set of error messages found during the process of resolving data binding expressions ({pageFlow.firstname}, {request.firstname}, etc.). 
<netui:body>

Renders an HTML <body> tag with the attributes specified. 

<netui:button> Renders an HTML button with the specified attributes. 
<netui:checkBox>

Generates a single HTML checkbox. 

<netui:checkBoxGroup> Handles data binding for a collection of checkboxes. 
<netui:checkBoxOption> Renders a single HTML checkbox within a group of checkboxes. 
<netui:content> Displays text or the result of an expression. 
<netui:error> Renders an error message with a given error key value if that key can be found in the ActionErrors registered in the PageContext at org.apache.struts.action.Action.ERROR_KEY
<netui:errors> Renders the set of error messages found in the ActionErrors registered in the PageContext at org.apache.struts.action.Action.ERROR_KEY. 
<netui:exceptions> Renders exception messages and stack traces inline on the JSP page. 
<netui:fileUpload> Renders an HTML input tag with which users can browse, select, and upload files from their local machine. 
<netui:form> Renders an HTML form that can be submitted to a Java method in the Controller file for processesing. 
<netui:formatDate> A formatter used to format dates. 
<netui:formatNumber> A formatter used to format numbers. 
<netui:formatString> A formatter used to format strings. 
<netui:hidden> Generates an HTML hidden tag with a given value. 
<netui:html>

Renders an <html> tag. 

<netui:image> Renders an HTML <image> tag with specified attributes. 
<netui:imageAnchor>

Generates a hyperlink with a clickable image. 

<netui:imageButton> Renders an <input type="image"> tag with the specified attributes. 
<netui:label> Associates text with an input element in a Form .  
<netui:parameter> Writes a name/value pair to the URL or the parent tag. 
<netui:parameterMap>

Writes a group of name/value pairs to the URL or the parent tag. 

<netui:radioButtonGroup> Renders a collection of radiobutton options and handles the data binding of their values. 
<netui:radioButtonOption> Generates a single radiobutton option in a group of options. 
<netui:rewriteName> Allows a name, typically either an id or name attribute, to participate in URL rewritting. 
<netui:rewriteURL> Allows a tag name, typically either an id or name attribute, to participate in URL rewritting. 
<netui:scriptContainer> Acts as a container that will bundle up JavaScript created by other <netui...> tags, and outputs it within a single <script> tag. 
<netui:scriptHeader> ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag. 
<netui:select> Renders an HTML <select> tag containing a set of selectable options. 
<netui:selectOption> Renders a single <option> tag. 
<netui:span>

Generates styled text based on a String literal or data binding expression. 

<netui:textArea> Renders an HTML <input> tag of type "text". 
<netui:textBox> Renders an HTML <input type="text"> tag. 
<netui:tree> Renders a navigable tree of TreeElement tags.  
<netui:treeContent>  
<netui:treeHtmlAttribute>  
<netui:treeItem>  
<netui:treeLabel>  
<netui:treePropertyOverride>