poll Tag Library

This library contains tags that operate on Mentometer and MentometerOption beans. A Mentometer bean represents a poll, and a MentometerOption bean represents one of the alternative answers in a poll.

In order to use any poll tags in a JSP file you must include the following prefix declaration in the file:

  <%@ taglib uri="/WEB-INF/escenic-poll.tld" prefix="poll" %>

article is the prefix normally used for this tag library.