Reload taglib ver. 1.2

    Custom JSP taglib. This taglib lets you reload (change URL) for the current page (current window).
 

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

<r:reload/>

Tags are:

reload

Tag lets you change the URI for your window. Parameters are:

1) url Optional parameter. Describes a new link (URI). By default this parameter is empty and tag reloads the current URL. Otherwise tag changes location to the given url.
2) cond Optional attribute. Describes a boolean value tag's execution depends on. Default value is true (reload).

for downloading:

Library: reloadtag.jar    Description: taglib.tld

© Coldbeans      Comments?

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

Also in Coldtags: