AO Taglib Reference

Making JSP be what it should have been all along.

This is the scriptless implementation based on javax.servlet.jsp.tagext.SimpleTagSupport. For compatibility with legacy applications that use JSP scriptlets, please use AO Taglib Reference (Legacy).

Both implementations are interoperable and may be used simultaneously under different prefixes.


This taglib is part of an extensible suite of interoperable, context-aware, auto-encoding taglibs. All auto-encoding tags generate correct output for their context, provide context information for nested tags, and validate the output of nested tags. For example, <ao:message> within <encoding:psql> will write its output encoded as PSQL.

This suite includes, but is not limited to:

Usage

Standard Syntax

<%@ taglib prefix="ao" uri="https://oss.aoapps.com/taglib/" %>

XML Syntax

<anyxmlelement xmlns:ao="https://oss.aoapps.com/taglib/" />

Tag Library Information

Display Name: AO Taglib
Version: 8.0.0
Short Name: ao
URI: https://oss.aoapps.com/taglib/