You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tim Ames (JIRA)" <ji...@apache.org> on 2009/08/31 16:54:32 UTC

[jira] Created: (WICKET-2445) FormInput.java needs the validators updated.

FormInput.java needs the validators updated. 
---------------------------------------------

                 Key: WICKET-2445
                 URL: https://issues.apache.org/jira/browse/WICKET-2445
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-examples
    Affects Versions: 1.4.1, 1.4.0
            Reporter: Tim Ames
            Priority: Minor
             Fix For: 1.4.2


FormInput.java in wicket-examples is still using NumberValidator and all its various forms.  NumberValidator has been deprecated.  Change FormInput to use new validator classes.

Also, include a number validator that needs to use setType(): i.e. using PropertyModel handles this for you but PropertyModel and CompoundPropertyModel, etc. are not used in all cases.

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


[jira] Resolved: (WICKET-2445) FormInput.java needs the validators updated.

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

Igor Vaynberg resolved WICKET-2445.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
         Assignee: Igor Vaynberg

> FormInput.java needs the validators updated. 
> ---------------------------------------------
>
>                 Key: WICKET-2445
>                 URL: https://issues.apache.org/jira/browse/WICKET-2445
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-examples
>    Affects Versions: 1.4.0, 1.4.1
>            Reporter: Tim Ames
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.2, 1.5-M1
>
>
> FormInput.java in wicket-examples is still using NumberValidator and all its various forms.  NumberValidator has been deprecated.  Change FormInput to use new validator classes.
> Also, include a number validator that needs to use setType(): i.e. using PropertyModel handles this for you but PropertyModel and CompoundPropertyModel, etc. are not used in all cases.

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