Custom JSP taglib. Body tag smart parses own body, recognizes possible hyperlinks and adds mailto: and href HTML tags. This tag lets you for example format user's input without the need to add HTML stuff manually. For example:
<%@ taglib uri="taglib.tld" prefix="set" %> <set:smart>
and you will get the following output:
Tags are: smart Body tag. Parses own body, recognizes hyperlinks and adds HTML code for them. Parameters are: 1) id Optional parameter. Describes
a page scope variable for modified body. Without this parameter tag just
prints data.
for downloading: Library: smarttag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|