Mask url taglib ver. 1.1

    Custom JSP tags library lets you use URL masking. Hiding a URL or masking a URL means hide the real URL from the address bar. The user will see the real (actual) URL, but the address bar will show some other link. For example, you can hide a long URL of your homepage with a shorter one of your choice etc. And your masked page might looks so (we are hiding here the link http://www.servletsuite.com):
 


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

<t:MaskUrl>http://www.servletsuite.com</t:MaskUrl>

Tags are:

MaskUrl

Body tag lets you mask (hide) some URL. Tag uses own body as a source url. Attributes are:

1) cond Optional attribute. Describes a boolean value tag's behavior depends on. Default value is true (hide a page)

for downloading:

Library: maskurltag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: