This page last changed on Dec 14, 2004 by casey.

<ww:password />

An HTML input tag of type password.

In this example, a password control is displayed. For the label, we are calling ActionSupport's getText() to retrieve password label from a resource bundle.

<ww:password label="text('password')" name="'password'" size="10" maxlength="15"/>

Name Required Description
id no HTML id attribute
name yes HTML name attribute
value no Data to pass as text
size no HTML size attribute
maxlength no HTML maxlength attribute
disabled no HTML disabled attribute
readonly no HTML readonly attribute
onkeyup no HTML onkeyup attribute
tabindex no HTML tabindex attribute
onchange no HTML onchange attribute
onclick no HTML onclick attribute
show no Redisplay value (security concerns)
label no Text used as label in template
labelposition no Alignment of label (left,right,center)
required no Is field required for form submission
cssClass no HTML class attribute
cssStyle no HTML style attribute
theme no Theme to use
template no Name of template to use
Document generated by Confluence on Dec 14, 2004 16:36