|
Custom JSP tag. Tag SkipPage just
skips the rest of your page. You may use it when you need to stop
page proceedings. Tag also outputs own body before the interruption. For example:
<%@ taglib uri="taglib.tld" prefix="skip" %>
or output error message:
<%@ taglib uri="taglib.tld" prefix="skip" %>
Tags are: SkipPage Stops page execution. Parameters are: 1) cond Optional attribute. Describes a boolean expression.
If this expression is true than page processing will be stopped. Default value is true.
for downloading: Library: skiptag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|