Custom JSP taglib lets you implement client side rotated text. For example:
<%@ taglib uri="taglib.tld" prefix="t" %>
<t:textRotator delay="5">
<t:item> <a href="/servlets.htm" target="_blank">Check out JSOS</a> </t:item>
<t:item> <a href="/jsp.htm" target="_blank">Check out Coldtags suite</a> </t:item>
</t:textRotator>
and you will get some like this:
Tags are:
textRotator
Body tag implements client side text rotator. Parameters are:
1) id Optional parameter. Describes an unique id for this rotator. You must use this parameter if
you have more than one textRotator tag within the same page. Default value for this parameter is rotator.
2) delay Optional parameter. Describes a delay for rotated items (in seconds).
Default value is 30.
item
Body tag describes a text item. Parameters are: none
for downloading:
Library: crotate.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.