Vote taglib ver. 1.1

    Custom JSP taglib. You can use this taglib together with VoteServlet from JSOS. This taglib lets you display results of your voting. Tag showVote accepts as a parameter the same configuration file as a VoteServlet. For example:

<%@ taglib uri="taglib.tld" prefix="poll" %>

<poll:showVote config="your_file"/>

See VoteServlet description for details of configuration file.

Tags are:

showVote

Displays vote results

1) config Describes a configuration file

for downloading:

Library: votePackage.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.