Custom JSP taglib lets you add a border to your content simulates a stamp. For example:
<%@ taglib uri="taglib.tld" prefix="s" %> <s:StampBox color="#FFBB00" width="125" height="150"> It is a stamp </s:StampBox> and you will get some like this:
It is a stamp Tags are: StampBox Body tag lets you add a special type border (stamp-simulation). Attributes are: 1) id Optional attribute. Describes a CSS/DHTML id for your box
for downloading: Library: stampboxtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|