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.

Reply via email to