Custom JSP taglib. Lets you provide HTML input elements with prompt. This input element contains a value that will be cleared as soon as you click on it.
You have to use this tag within of HTML forms or within of form tag. For example:
and you will get this:
Tags are:
prompt
Provides HTML input element with prompt. Parameters are:
1) name Describes a name for element
2) value Describes a value (prompt)
3) size Optional parameter. Describes a size
4) id Optional parameter. Describes an ID for this element
5) className Optional parameter. Describes a name for CSS class
6) style Optional parameter. Describes a CSS style
for downloading:
Library: prompttag.jar Description: taglib.tld
© Coldbeans Software Comments?
See also Coldtags suite - the largest collection of custom JSP tags.