You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gregor Nikolaus (JIRA)" <ji...@apache.org> on 2015/09/25 18:09:04 UTC

[jira] [Updated] (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 ]

Gregor Nikolaus updated WICKET-5986:
------------------------------------
    Affects Version/s: 7.0.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
>            Priority: Trivial
>
> 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)