You could probably create your own theme and/or template for the tag where
you set the attribute in the template. But why not just use standard xhtml
tags for this - I mean just type it like this in the page:

< input type="text" name="userid" autocomplete="off" ... />

(extra space there to not make the email client try to interpret that as
xhtml)

On Wed, Apr 23, 2008 at 7:41 AM, Chris Pratt <[EMAIL PROTECTED]>
wrote:

> Is it possible to supply the autocomplete="off" parameter using the
> <s:form>, <s:textfield>, or <s:password> tags?
>
> Whether or not this is truly effective, my management wants our userid
> and password fields to supply this parameter to bring piece, harmony
> and security to the world wide web.  Is this possible using the Stuts
> Tags?
>  (*Chris*)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to