Home struts generators
sometime,IDE is the memory eater.sometime,simple generator web based is a good choice!

generate Struts2 tag password code snippet

Render an HTML input tag of type password.

password
accesskey
cssClass
cssStyle
disabled
id
javascriptTooltip
key
label
labelSeparator
labelposition
maxLength
maxlength
name
onblur
onchange
onclick
ondblclick
onfocus
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onselect
readonly
required
requiredposition
showPassword
size
tabindex
template
templateDir
theme
title
tooltip
tooltipConfig
tooltipCssClass
tooltipDelay
tooltipIconPath
value
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.<p/>

<s:password label="%{text('password')}" name="password" size="10" maxlength="15" />
references http://struts.apache.org/2.x/docs/password.html