Protected note taglib ver. 1.1

    Custom JSP tags library lets you deal with Protected note mashup right in your JSP (and/or Coldfusion) pages. Tag ProtectedNote lets you create password protected text note programmatically. For example:
 


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

<p:ProtectedNote user="admin" password="secred_word" id="A">
 Here is your secret text
</p:ProtectedNote>

Link is: <%=A%>

here tag will create a password protected text note and return back a short URL for that page.

Tags are:

ProtectedNote

Tag lets you create a password protected text note. Tag's body describes a text. Attributes are:

1) user Describes an user name
2) password Describes a password
3) id Optional attribute. Describes a name for your page scope variable (type is java.lang.String). This object will keep the requested link. Without this attribute tag simply prints the link.
4) proxyHost Optional attribute. Describes a proxy settings for your host
5) proxyPort Optional attribute. Describes a proxy settings for your host

for downloading:

Library: pntag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: