|
Custom JSP tags library lets you rotate chunks of texts (JSP code). Tag TextRotate
displays only one of JSP code chunks on the cyclical basic. You can rotate data on the global level
(application scope) or per user's requests (session scope). E.g.:
<%@ taglib uri="taglib.tld" prefix="r" %> <r:TextRotate count="2" scope="application"> <r:Text> here is the first alternative ... </r:Text> <r:Text> here is the second alternative ... </r:Text> </r:TextRotate> Tags are: TextRotate Body tag lets you display a chunk of text (JSP code) on the cyclical basic. Parameters are: Text
Body tag descibes a chunk of JSP code (alternative data). Parameters are: none
for downloading:
Library: textrotatetag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|