Overview: NetUI Tag Library

NetUI provides three tag libraries:

  1. core HTML library: renders basic HTML elements
  2. data grid library: renders tables and filterable/sortable data grids
  3. JSP template library: renders reusable page elements such as headers, footers, etc.

These three libraries are described in more detail below.

The Core HTML Tag Library

To use the core HTML library, enter the following declaration on your JSP page:

    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
  

For a list of the tags available see:

netui Library

The Data Grid Tag Library

To use the data grid library, enter the following declaration on your JSP page:

    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
  

For a list of the tags available see:

netui-data Library

The Template Tag Library

To use the template library, enter the following declaration on your JSP page:

    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
  

For a list of the tags available see:

netui-template Library

Related Topics

NetUI Tag Library Overview


Still need help? Post a question on the Workshop newsgroup.