Custom JSP taglib. Body tag RandomBody lets you execute own body with the given
probability. For example:
<%@ taglib uri="taglib.tld" prefix="r" %> <r:RandomBody prob="40"> ... ... </r:RandomBody> here tag's body will be executed with the probability 40%. Tags are: RandomBody Body tag lets you execute own body with the given probability. Attributes are: 1) prob Describes a probability (percentage: 0 - 100).
for downloading: Library: rbodytag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|