Custom JSP tag. Lets you program basic loops.
For example:
Tags are:
forLoop
Iterates over own body according to the loop parameters. Parameters are:
1) var loop variable. Describes a nested page scope variable.
Type is java.lang.Integer. You may use this variable within tag's body.
2) from Describes an initial value.
3) to Describes a final value
4) step Optional parameter. Describes how to increase/decrease (in case of negative value) loop variable. Default value is 1
for downloading:
Library: fortag.jar Description: taglib.tld
© Coldbeans Software Comments?
See also Coldtags suite - the largest collection of custom JSP tags.