Secure note taglib ver. 1.1


    Custom JSP tags library lets you deal with Secure note mashup right in your JSP (and/or Coldfusion) pages. Tag SecureNote lets you create one time readable text note programmatically. For example:
 


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

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

Link is: <%=A%>

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

Tags are:

SecureNote

Tag lets you create an one time readable 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: sntag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: