Custom JSP taglib lets you void all the HTML tags. It could be useful when you
will demonstrate some HTML pre-formated data. For example:
<%@ taglib uri="taglib.tld" prefix="f" %> <f:VoidHTML> your code with HTML tags is here </f:VoidHTML> Tags are: VoidHTML Body tag voids (eliminates) all the HTML tags for own body. Parameters are: 1) keepBreak Optional parameter. Possible values are
true or false. If this value is true tag will keep HTML <br> tags. Default values is false.
for downloading: Library: voidtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|