You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Giovanni Quarella (JIRA)" <ji...@apache.org> on 2009/11/21 11:14:39 UTC

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

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


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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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-M3
                       (was: 1.5-M2)

> 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-M3
>
>
> 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.


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

Posted by "Jeremy Thomerson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson updated WICKET-2585:
-------------------------------------

    Fix Version/s:     (was: 1.5-M3)
                   1.5-M4

> 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-M4
>
>
> 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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-M2
                       (was: 1.5-M1)

> 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-M2
>
>
> 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.