Delay taglib ver. 1.5

    Custom JSP tag. Lets you delay execution for your JSP page.

For example:
 


<%@ taglib uri="taglib.tld" prefix="do" %>

<do:delay seconds="2000"/>

or you may set delay time (in milliseconds) as a body
 


<do:delay>2000</do:delay>

Tags are:

delay

Body tag, delays execution within JSP page. Delay time (in milliseconds) could be described as a body or as a parameter. Parameters are:

1) seconds delay time in milliseconds
2) cond Optional attribute. Describes a boolean value this behavior depends on. Default value is true (delay)

for downloading:

Library: delaytag.jar    Description: taglib.tld

© Coldbeans      Comments?

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

Also in Coldtags: