Void taglib ver. 1.3

    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.
2) keepParagraph Optional parameter. Possible values are true or false. If this value is true tag will keep HTML <p> tags. Default values is false.
3) cond Optional parameter. Describes a boolean value this processing depends on. Default value is true (void)

for downloading:

Library: voidtag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: