Custom JSP taglib. Provides a custom tags based replacement
for a chain of if operators in your scriptlets. For example, in scriptlet you
may have some like this:
Now taglib lets you write some like this:
For example:
Tags are:
choose
Describes a set of conditionally executed blocks when and otherwise. Parameters are: none
when
Describes one of conditionally executed blocks. Parameters are:
1) cond describes logical condition
otherwise
Describes a block for executions in case of all conditions are fail. Parameters are: none.
for downloading:
Library: choosetag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.