Custom JSP tags library lets you obtain a link for random Wikipedia article.
For example:
<%@ taglib uri="taglib.tld" prefix="w" %> <w:RandomWiki id="link"/> <a href=<%=link%>>Random article</a> Tags are: RandomWiki Custom lets you obtain a random article from Wikipedia. Attributes are: 1) proxyHost Optional attribute. Describes proxy settings for your host
for downloading: Library: wikipediatag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|