Render an HTML input tag of type password.
Examples 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.
<s:password label="%{text('password')}" name="password" size="10" maxlength="15" />