Provides a custom field to a <password:password>.
Must be nested inside a <password:password> tag.
Tag Information
| Tag Class: | com.pragmatickm.password.taglib.CustomFieldTag |
|---|---|
| TagExtraInfo Class: | None |
| Body Content: | empty |
| Display Name: | None |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| name | Yes | Deferred-Value | String |
The name of the field. |
| book | No | Deferred-Value | String |
The book containing the page. Defaults to the book of the current JSP file. |
| page | No | Deferred-Value | String |
The page-relative path to the page this field references. Required when value is not provided. |
| element | No | Deferred-Value | String |
The page-unique id of the element to link to with the target page. To avoid broken links, may not link to generated ids; set explicit ids on target elements. May only be provided when page attribute is provided. |
| value | No | Deferred-Value | String |
The value of the field. Required when page is not provided. When both page and value are provided, this overrides the page title. |
Variables
No Variables Defined.