[ 
https://issues.apache.org/struts/browse/STR-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Benedict closed STR-2188.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.2
         Assignee:     (was: Struts Developers)

> <html:password> not validated for minlength, maxlength on client
> ----------------------------------------------------------------
>
>                 Key: STR-2188
>                 URL: https://issues.apache.org/struts/browse/STR-2188
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1 Final
>         Environment: Operating System: other
> Platform: All
>            Reporter: Bart Fuller
>            Priority: Minor
>             Fix For: 1.2.2
>
>
> Offer request that the client side minlength and maxlength validation script 
> add field type of "password" to the list of fields validated for length.
> function validateMinLength(form) {
> {snip}
>                     if (field.type == 'text' ||       <==========
>                         field.type == 'textarea') {   <==========
>                         
> {snip}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to