This tag library includes useful control flow tags that complement the
current set of standard control flow tags in the JSP standard tag library
Early Access release (JSPTL EA).
The control flow tags in this library are derived from the JSPTL
standard control flow tags to preserve as much as possible the same
general syntax and behavior.
The library currently has three tags and will eventually be augmented
with more useful JSPTL based control tags.
<forCategories>
Iterator tag that understands the concept of categories.
Each category can have its specific header and footer.
<forColumns>
Iterator tag that handles items of a collection in a
columnwise fashion. Each iteration makes available as
many items as there are columns, and they are provided such
that the ordering sequence is column-wise.
<ifExpr>
This conditional tag evaluates the expression it's passed and
processes its body if the expression evaluates successfully.
Full Documentation can be found at:
http://delisle.www2.kc.aoindustries.com:1163/toto-doc
Examples can be found at:
http://delisle.www2.kc.aoindustries.com:1163/toto-examples
Thanks,
-- Pierre
[Please note that the taglib is referred to as the
"toto" taglib in the doc and examples.
I would probably want to change that to 'control',
or any other related name]