<password:passwordTable>

Displays any passwords from nested <password:password> tags in a table format.

Any HTML in the body is displayed in the detailed comments area.

Tag Information

Tag Class: com.pragmatickm.password.taglib.PasswordTableTag
TagExtraInfo Class: None
Body Content: scriptless
Display Name: None
Dynamic Attributes: true

Attributes

Name Required Evaluation Type Description
id No Deferred-Value String

The id used in URL anchors.

If not provided, is generated from the header. Must be unique per page. Ids generated from headers will be unique, but may change as page structure changes.

header No Deferred-Value String

The value to display in the table header.

Defaults to "Passwords". If set to an empty string, the header is not added.

passwords No Deferred-Value Iterable<? extends Password>

An Iterable of passwords to add before any nested <password:password> tags.

These passwords will not add page links.

style No Deferred-Value Object

Optional CSS style attribute.

Variables

No Variables Defined.