Render an HTML input field of type text
Examples In this example, a text control for the "user" property is rendered. The label is also retrieved from a ResourceBundle via the key attribute.
<s:textfield key="user" />
<s:textfield name="user" label="User Name" />