You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/12/04 08:03:21 UTC

[jira] Updated: (WICKET-2585) Improve validator messages

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

Igor Vaynberg updated WICKET-2585:
----------------------------------

    Fix Version/s: 1.5-M1

we cannot do this in 1.4.x because it will change existing behavior.

> Improve validator messages
> --------------------------
>
>                 Key: WICKET-2585
>                 URL: https://issues.apache.org/jira/browse/WICKET-2585
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.3
>            Reporter: Giovanni Quarella
>            Priority: Minor
>             Fix For: 1.5-M1
>
>
> Currently
> StringValidator.minimum='${input}' is shorter than the minimum of ${minimum} characters.
> If you add a StringValidator to PasswordTextField the password is shown as clear text. Even though the password is partial, this is not good.
> Anyway this and others validators should replace ${input} with ${label} as default.

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