You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/10/03 15:15:26 UTC

[jira] [Resolved] (WICKET-5986) NumberTextField should use Models for minimum, maximum and step

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

Martin Grigorov resolved WICKET-5986.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 7.1.0
                   6.21.0

> NumberTextField<N> should use Models for minimum, maximum and step
> ------------------------------------------------------------------
>
>                 Key: WICKET-5986
>                 URL: https://issues.apache.org/jira/browse/WICKET-5986
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 7.0.0
>            Reporter: Gregor Nikolaus
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 6.21.0, 7.1.0, 8.0.0-M1
>
>
> Currently in a NumberTextField<N> the fields
> minimum
> maximum
> step
> are all defined as fields of generic type N.
> If they were changed to IModel<N> this would allow a much more dynamic validation process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)