Annotated links taglib ver. 1.1

    Custom JSP tags library lets you deal with Annotated links API right in your JSP (and/or Coldfusion by the way) pages. Tag AnnotatedLink lets you pack together a bunch of links as well as your own post-it note. For example:
 


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

<y:AnnotatedLink uri="http://servletsuite.com/servlets.htm | http://servletsuite.com/jsp.htm" id="A" >
Here are Java components from Coldbeans software
</y:AnnotatedLink>

Link is: <%=A%>

here tag will pack a couple of links, your note and return back a short URL for the whole bundle..

Tags are:

AnnotatedLink

Tag lets you prepare annotated links. Tag's body describes a post-it note. Attributes are:

1) uri Describes an url (list of urls, separated with | symbol)
2) id Optional attribute. Describes a name for your page scope variable (type is java.lang.String). This object will keep the requested data. Without this attribute tag simply prints the annotated link.
3) proxyHost Optional attribute. Describes a proxy settings for your host
4) proxyPort Optional attribute. Describes a proxy settings for your host

for downloading:

Library: altag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: